ZBrushCentral

Question: Script in custom interface?

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.

Hi,

Welcome to ZBC. :slight_smile:

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,

Thanks! That’s exactly what I was looking for :slight_smile: