PDA

View Full Version : Question: Script in custom interface?



J0hn
02-06-08, 01:58 AM
Hi folks

It's probably quite a simple task but I can't work out how to do it at all!
I have a simple script that I'd like to assign to a button so I can drag it into my custom UI... But I've got no idea how to do it. I can see it as a button in the Tutorial View panel at the bottom but it's not possible to drag this button around into my interface.

Any help would be supercool.

marcus_civis
02-06-08, 01:02 PM
Hi,

Welcome to ZBC. :)

In order to have a zscript button as part of the interface (and therefore be able to drag it where you want) you have to make it into a plugin. This is quite easy, just involving naming the button in a particular way.

For details and a sample script see here: http://www.zbrush.info/docs/index.php/ZPlugin_Interfaces

HTH,

J0hn
02-07-08, 02:30 AM
Thanks! That's exactly what I was looking for :)