ZBrushCentral

how can i change the macro Buttonsize?

Hi,
I created some brushes in ZBrush 3D and saved them. But it bother me a bit that the button is very wide, because I would like to move the button into my left menu. Is there a way to change the width of the button?
I looked into the txt file of the button which I made but i didn’t see any values for this :frowning:

Yes, you can if you are careful. :slight_smile:

If you open the text file the last line of the code will look like this:

[IPress,Macro],,1,,,]

The ‘1’ is the button width. Change it to a fractional width:

1 = full palette width
.5 = half palette width
.33 = third palette width

So, for half palette width the code would look like this:

[IPress,Macro],,.5,,,]

Restart ZBrush for the change to take affect.

[Edited after Ryan pointed out a better method! ]

thx marcus :smiley: