ZBrushCentral

calling a palette, any palette!

hey :slight_smile:
Anybody happen to know the ‘button path’ for a palette’s handle?? for eg, ‘alt + a’ = alpha palette handle, but using the ‘help’ icon gives just ‘alpha’ which doesn’t shift the menu to one of the side tabs, any ideas?
…cheers.

ps. I’m looking for some kind of resource which lists all these commands or something equivilent to the script editor in maya (which can be echoed to show all the internal infromation that is being processed), anybody know of something like this?

There’s no button path for the handle as such. There are various ways of show the palette but the simplest way of doing what you want is to use the [IKeyPress command with the relevant hotkey:

[IKeyPress,1136] //puts the Preferences palette in the left tray.

As for script resources, have you looked at the stickies at the top of this forum? :wink:

The new ZBrush Wiki has some good ZScript resources too.

great. thnaks again for the adv :slight_smile: