ZBrushCentral

Adding a button to the existing interface

Hey guys !

i am trying to add a button to an existing subpalette thanks to a startup zplug.

so I used this line :

[ IButton,“Tool:texture Map:Import”,“Import a texture”, //etc…

It works well while tesing it, but when I restart Zbrush, the zplugin is loaded before the interface, so this button cannot be added.

Is there a way to delay the loading of the Zplug, or an other way to do it ?

Thx guys !

I’m sorry to say you can’t add plugin buttons to the Tool palette submenus. It’s because they only exist when there’s a 3D tool selected.