What is the name of the button sub text when it’s pushed in?
http://docs.pixologic.com/user-guide/customizing-zbrush/interface-layout/colors/
Hi Sadicus,
On the Dynamic button, that text is part of the icon itself. I believe that every button with an icon and text is going to be like that, meaning that the text cannot be affected separately from the rest of the icon.
Regarding the X Y Z flags on the other button I am not sure off hand.
Hi Sadicus,
The X Y Z on the Floor button are referred to as “Modifiers”. In this case they obviously affect which axis is turned on for the Floor but Modifiers is a general term used for anything that modifies the behaviour of an interface item. So the Dynamic mode for Perspective is also a modifier.
In ZScript you can set the modifiers using [IModSet], so for the Floor you can do it like this:
IButton,SetFloorX,[COLOR=#f86b6b]“Turn on Floor for X axis”,
IModSet,Draw:Floor,1]
]
IButton,SetFloorY,[COLOR=#f86b6b]“Turn on Floor for Y axis”,
IModSet,Draw:Floor,2]
]
IButton,SetFloorZ,[COLOR=#f86b6b]“Turn on Floor for Z axis”,
IModSet,Draw:Floor,4]
]
I hope this helps,
On the Dynamic button, that text is part of the icon itself.
Found part of what controls it: “Switch Button Text Color”
The text is light when unpressed and light when pressed. So the actual Icons (up/down) would need to be edited?
When changing the button to a lighter color, when the button is pushed down the text stays white and not enough contrast to see it. I had no Idea this simple task would turn into a support ticket of curiosity gone amuck!
…thanks for clarification.
You can change the “Dynamic” text color when the switch is off (the Sw3 button below the “PushButton Opacity” slider) but I don’t think it is possible to change the color when the switch is on - it will remain white.
I’m sorry that is the best I can do!