ancomic,
Thanks for the idea, that could be useful for when there are many buttons!
Brian,
Cheers, I hope you find it useful.
ancomic,
Thanks for the idea, that could be useful for when there are many buttons!
Brian,
Cheers, I hope you find it useful.
hi marcus.
I don“t know why but my post where i ask you if a script for align zphere is posible was borred. I explain again, i hope you can see my post.
1/sorry for my bad english.
2/thx a lot of for your genius brain and your scripts.
3/my answer : if posible made a script for align zsphere like a 2d soft (firewok, freehand, flash (the module align of flash is good example). I would love take 1/2/3/4/5 zhpere and align them in center vertical/horizontal, make groups“z zpheres and align them so. I m looking for a script who made that i don“t find. is very difficult made it, i ve somes ideas⦠well is all. thx again, i hope you can tell me something.yf
Hi yfchild,
My apologies, I missed your earlier post. Thank you for your kind comments about my scripts and your English is not bad at all.
Iām not planning on making any ZSpheres scripts at the moment but there is already a very good script by Digits : Zif Click zscript. With it you can draw a brush stroke and then convert it to zspheres.
Hope this helps,
Wow! As always a great idea, very useful my friend
Thanks!!
-TOXE
I known this script, but zbursh don“t have a sistem for align like a 2d, i thinks is must be great⦠and is a good idea for script, no??
yfchild,
Yes, itās certainly worth thinking about. Iām sure some people would find such a script useful. Iāll have a look at it when I have some time.
Cheers,
something like that
hi marcus,
i recently found this thread when loking for a way to load a bunch of settings of my personal workflow at the startup. For now iām very happy to load a recorded script with all changes i want. itās way easy. But i cant find a way to avoid pressing āplayā in tutorial window. Is there anything i can put in the zscript in order to skip pressing āplayā ? Something like an āauto-play upon loadingā
thanks in advance
Hi Fabricio,
Thereās no way at the moment to get a zscript to run on start up. What you might find more convenient though - if you are using ZBrush 3 - is to make your zscript into a macro instead. To do this you simply need to change the button code so that it is like this:
[IButton,???,"Macro to load custom settings",
[IShowActions,0]
//commands go here
[IPress,Macro],,1,CTRL+'q'/*hotkey*/,,]
Then save the file as a text file to your ZStartup\Macros folder. In the example Iāve given Iāve included the hotkey Ctrl + Q but you could change this to something else (but look out for possible conflicts).
HTH,
THANK YOU very much Marcus. this is exactly what i was looking for
thanks for that hotkey code, marcus!
any chance you know how to set the button size itself to be
only the width of the text on the button?
Iāve created a macro button I want to use within a custom UI, but
itās so wide it causes my left shelf to encroach on my workspaceā¦
even though the total character space is 8 only characters.
Thanks for any help.
WailingMonkey
Wailing Monkey,
If you look at the macros code it will be something like this:
[IButton,???,"Macro to load custom settings",
[IShowActions,0]
//commands go here
[IPress,Macro]
,,1,,,]
The button width is the number 1 in the last line. Itās proportional, so 1 is full palette width. To fit on a shelf neatly you probably need to change it to .5.
perfect! (I had a feeling you might know )
thank you.
WailingMonkey
cool !!!
very good!
keep mind!