ZBrushCentral

zscript load buttoms

I want to make a ‘zscript section’ in my zbrush with all my downloaded zscripts.
I don´t want to have to load every zscript, go to zscript menu, and search for thoses.
There is a way to make zbrush buttoms to load each zscript I have?
and group all they in a panel, zone or section
Thanks you

just put all of the .zsc files in one of the Zdirectories .
Put them in a folder called Zplugs . I know that ZDocs and ZStartup work like this, but I have a feeling it works anywhere.

As far as having them all in the same group. That may have to be done by the author of the script. Or if you have the script.txt file then you can just do something like this:

[IButton,“infoName”,
[ISubPalette,ZPlugin:MyPlugs]
[IButton,
“ZPlugins : MyPlugs:My_Plugin_Name”,…

This puts the button in the ZPlugin pallet, under a category MyPlugs…??? hmmm this is from memory so just try it and see. I think you can figure it out from here…

Good Luck

Chris Reid

There is also the Zlauncher Script by Pixolator that you can use to organize your scripts
Zlauncher

Yes Zlauncher is your best bet!! You don’t want to load up your plugin menu with unneccessary stuff. Zlauncher is the perfect tool for this sort of thing.

It does work with Z2 even though it was created a while ago!