ZBrushCentral

Question: Adding interface Button

Im new to zscripting and trying some things out. I have created a personal ‘setup’ button and wanted to know how to attach it at the bottom of the Tools panel at startup… much like Lemos Cube button does here or, ,preferably, under the ‘switchcolor’ button on the right.

Thanks

You need to do two things. First you need to make your zscript buttons into plugin buttons. That will make them permanently part of the ZB interface. Find out how to do that here:

http://www.zbrush.info/docs/index.php/ZPlugin_Interfaces
With more general info on zscripting here:
http://www.zbrush.info/docs/index.php/ZScripting

Once your buttons are part of the interface you can drag them to any custom arrangement. See here:
http://www.zbrush.info/docs/index.php/Changing_the_Interface_Layout

Thanks Marcus,

This is exactly what I was after.