ZBrushCentral

Question: Can I show the subpalette?

The example say “Ishow” can show “Draw:Width” by this script.
But, when I make this simple script, nothing happen.
What am I missing something?

http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/command-reference/

//ZBRUSH MACRO - Recorded in ZBrush version 2022
[IButton,???,"Press to run this macro. Macros can be aborted by pressing the ëescí key.",
	[IConfig,2022]
	[IShow, Draw:Width]
]


I test [Ishow,Draw] and It can show Draw pallete.
I would like to show the specific subpallete(or button) to easy handling.

hi @star0worshipper,
you can’t to do that, but what you can do it to display the complete subpallette if you assign a hotkey to the subpalette directly.

hope it helps,
Nicolas

1 Like

Happy new year​:tada:, and thank you for answering!

I tried to put shortcut key to “Tool:Deformation:”.
ZBrush say the Key is assigned correctly, but when I push the assigned key in canvas,
nothing happen.
(When I do same action to “Tool:”, Tool pallete is poped up correctly on canvas.
If It can, I would like to achive this summon action to the subpallete.)

Thank you @star0worshipper, Happy new year !

So back to your request, it only works at the very top level of the subpalette you can’t to call only the subpalette partially without to hide everything else.

Nicolas

1 Like

Maybe I confused that I call “Tool:” to “pallete” , and “Tool:something:” to “subpallete”.
I got understand “tool:” is “top level subpallete”.

I’m sorry for similar question and comsuming your time.

yep sorry when i say Top subpalette, i meant the palette itself :slight_smile:

Nicolas

1 Like