I created a ztool and ran a make zscript- the ztool created by the zscript is very different than the saved ztool in that it lacks the detail in the org ztool. What am I doing wrong. I have ziped the ztool and the text zscript and the zsc files for you to review and provide the step I need to do for the zscript tool to look like the org ztool.
test1.zip
TIA
SpaceMan
At the point where you select the Plane3D and set the initial divide values you enter 32 and 117. The ztool in the zip has 320 horizontal and 240 vertical.
Search the .txt version of the script for
<BLOCKQUOTE>quote:</font><HR>[ISet,Tool:MODIFIERS:INITIALIZE:HDivide,32]
[ISet,Tool:MODIFIERS:INITIALIZE:VDivide,117] <HR></BLOCKQUOTE>
and change 32 to 320 and 117 to 240. Should look very close to what you wanted.
ps. you don’t need to include the .zsc version in the zip file
TVeyes thank you for the reply and your help. I did another one and checked that the 320 horizontal and 240 vertical was typed in. This time the zscript when played defaulted to 32 horizontal and 32 vertical.
Here is the text zscript
A ZScriptRecordedSession2.TXT
TIA
SpaceMan
edited
BTW does this mean that I have to change the 32 horizontal and 32 vertical every time in the text of the zscript OR is Zbrush after typing in 320 horizontal and 240 vertical remenbers it in the text.
ok I have been working with this entering the HDivide and VDivide. If I type the numbers in when the zscript saves it saves at the default of 32 and 32. If I use the slider to get the number the number is added to the zscript. Is this the way ZBrush handles the making of the zscript or should I be able to type in the numbers and they should be entered into the zscript.
TIA
I can see what happens now. You need to enter each value and “confirm” them either by pressing space, return or the TAB key. If you simply click the slider type 320 and click the next slider it is not recorded properly. At least that seems to be the case.
Personally I use the TAB key to switch to the next slider and press space when there are no more sliders I want to enter values into.
Thanks TVeyes - I used the enter and it works