ZBrushCentral

How to script projection master launch?

Stupid question but…
I try to make a script that would disable perspective, create a new 3d layer, then launch projection master…

it seems projection master is an external plugin, and when I launch it, its not recorder in the script recorder…

What is the command line to launch projection master?

Seb,

You can get the path for any interface item by putting the cursor over it and pressing Ctrl - the path is given at the bottom of the info popup. So, to call Projection Master you use [IPress, with the button path:

[IPress,“ZPlugin:Projection Master:Projection Master”]

Note that if you press a plugin button in this way your script will terminate at that point and the new plugin will take over. Any actions in your script that come after the button press will not be carried out.

HTH,