PDA

View Full Version : Question: Adding interface Button



coye
03-17-08, 07:30 PM
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 (http://www.pixolator.com/zbc/showthread.php?t=43494) or, ,preferably, under the 'switchcolor' button on the right.


Thanks

marcus_civis
03-17-08, 11:44 PM
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

coye
03-18-08, 01:56 AM
Thanks Marcus,

This is exactly what I was after.