ZBrushCentral

Saving tools and picker modes?and or multi tool preset scripts?

Hi folks,I notice when saving a tool created in Z-Brush that the Picker specific’s on the tool’s application method such as continuos,dynamic etc were not saved with the tool when re-importing.

Is a script for saving a tool parameters the answer?

I havn’t attempted a script yet.
How do I create a red button for each tool that opens each scripted brush?
i.e I want to make red buttons rows as named tool presets with a reminder description on each button.

Any pointers advice would be warmly welcome.
:slight_smile:

you talking about a picker that points out what to use like this http://www.pixolator.com/images01/AlphaCentury.zip i think its more helpfull then the button tourtle

Hi Boozy!
you might check out JohnArtBox’s thread for your answer, you don’t have to know anything about programming just a little Computer knowhow. If that isn’t what you were getting at let me know and I will try to help more.

attn Pixologic feature request/discusson - libraries

Heh, I realized you did indeed read that thread. If you want to organize a larger set of scripts you can do something like this

<BLOCKQUOTE>quote:</font><HR>
[PenMove,0,2][Title," A Digit Widget Index "]
[pd][FontSetSizeSmall][FontSetColor,255,255,255]
[PD]
[iButton,"Angle Widget ",“Object Angle Routine”,
[FileNameSetNext,“Digit_Widgets_Angle.txt”]
[IPress,7427],200

]
[PD]
[iButton,"Manual Widget ",“Object Manual Manipulation Routine”,
[FileNameSetNext,“Digit_Widgets_Manual.txt”]
[IPress,7427],200

]
[PD]
<HR></BLOCKQUOTE>

each button sets the nextfilename and then presses the Zscript Load button.

This way you can organize a large bunch of scripts

And in each of your scripts that you want to index this way can also have thier own little index buttons by adding this line to each of them

<BLOCKQUOTE>quote:</font><HR>
<zscriptinsert,“Widgets_Index_Include.txt”>
<HR></BLOCKQUOTE>

Is that a little closer to what you were askin?

Many thanks digits I will give that a go.
:slight_smile: :slight_smile: :slight_smile: