PDA

View Full Version : Looking for Brush Resize Script



Blackthorn
08-24-03, 12:46 PM
Hi all!

I'm looking for a script that allows me to resize my brush via hotkeys. I coulnd't find one using the search function. Can anyone help me out, please? Thank you,

Sven

s o u t h e r n
08-24-03, 01:15 PM
http://www2.zbrushcentral.com/uploaded_from_zbc/200308/user_image-1061755789tcf.jpg

This is an example of my old default ZScript. Add the code below to your own and the line of buttons at the botton of mine will appear on yours and give you keyboard short cuts for brush sizing. I think Ken wrote it but I can't remember.

add this text to your own custon default ZScript:


buttons.txt (http://www2.zbrushcentral.com/uploaded_from_zbc/200310/user_file-1061756190mgd.txt)


G

tayete
08-24-03, 01:58 PM
Southern, I never was able to make your script work with 1.55b
It loaded ok and all the buttons appeared, but they weren't pushable, even the size ones.

Blackthorn
08-24-03, 01:58 PM
Thank You! :)

s o u t h e r n
08-24-03, 02:11 PM
tay: You have to go into the ZScript and tell it where everything lives on your machine.

If you have TEXTUREMASTER in a different directory than I did it wouldn't be able to find it. ZBrush 1.23B had a different revision of texture master and that one letter different in the ZScript would stop it from running. I find that I am adding to mine all the time as new ZScripts come out. New releases of ZBrush move ZScripts around and you need to edit the path accordingly.

Plus, if you have a low screen res the buttons wont work. You need to be at least 1280 wide for this one I think.

Likewise if you don't have some of the ZScripts I have the buttons won't find them. Getting to grips with editing them is easy and theres loads of reference material around to help understand the command use.

G

akhromov
08-24-03, 08:20 PM
I had asked and asked for a script like you wanted for resizing. (I had seen Glen Southern mention using one...)

I wrote one, so here (http://www2.zbrushcentral.com/uploaded_from_zbc/200310/user_file-1061781499yga.txt) it is again.

It's super small and has instructions on mapping the keys you like.

Enjoy,

Andre Khromov

P.S. There are no buttons that appear. It's for hotkeys only. (You can make the buttons appear if you really want them, I just moved them WAAAY off screen.)