ZBrushCentral

SubTool Master Question

I use SubTool Master allot, I was wondering if you could make a macro,(or have the code for all the functions and variations)
so you could take a couple steps off (through a bit of code) and hotkey them.
instead off doing it through the SubTool Master window.

T.I.A

Or is there a way to find out the code , with ZScript for the pluggin actions?

You can’t add code to plugin buttons or find out the code. But for many of the actions you could record a macro which, with a bit of zscript knowledge, you could then edit to do what you wanted. ZScript is not difficult and you can find out all about it here:

http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/

For SubTool Master, you can assign a hotkey to the actions you use most. In ZBrush 4R5, the buttons are directly available in the ZPlugin>SubTool Master sub-palette. For earlier versions you can make the buttons appear so you can assign a hotkey by clicking the version number at the bottom of the SubTool Master pop-up interface.

Thanks Marcus,

I don’t want to add code btw, but find out the code that is used by the SubTool Pluggin.

So more like what happens after you click the button ,I tried a recording session but didn’t get good results that way,
But making a macro is a good idea,and hotkeying that.