By default there are some UI filler in Zbrush, their size is pre designed, if I can use the script to generate any size of UI filler ? (in accordance with the size I need)
Thank you for any advice!
By default there are some UI filler in Zbrush, their size is pre designed, if I can use the script to generate any size of UI filler ? (in accordance with the size I need)
Thank you for any advice!
You can only do it by creating a disabled button or switch of the size you need.
Hello, Marcus.
Thank you very much for your reply.
If I create a button or switch, can it be as invisible as UI filler?
Not completely invisible, no. But you can use just spaces for the button name so that there’s no name to show. This code is the spacer button from the Multi Map Exporter plugin. It’s just above the Export Optons > button:
[IButton,"ZPlugin:Multi Map Exporter: “,” ",
//spacer
,2,1,12]//end of button
Hi, Marcus.
Thank you very much for your reply.
I know it’s impossible to achieve,ok;)