PDA

View Full Version : how can i change the macro Buttonsize?



Cral
05-19-07, 08:32 AM
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 :(

marcus_civis
05-19-07, 08:49 AM
Yes, you can if you are careful. :)

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! ]

Cral
05-19-07, 10:30 AM
thx marcus :D