PDA

View Full Version : Stronger Smoother script, with presets.


Malcolm Zaloon
06-24-05, 05:03 AM
I wrote a stronger smoother (MZSmoother v1.0), that works with mask selections...

follow the link http://www.zbrushcentral.com/zbc/showpost.php?p=215202&postcount=9

Thanks. :lol:

add
06-24-05, 09:53 AM
thank
to turn off show action, place this on top of your zscript

[ISet,Zscript:Show Actions,0]

Malcolm Zaloon
06-24-05, 10:01 AM
thanks add!
i´m updating the MZSmoother...

i have other question...

i want to put my smoother with Slider to indicate de smooth interactions... intead of preseted buttons only...

how can i make it? how use variables?!!?
can you help me?
thanks in advance! ;)

add
06-24-05, 10:07 AM
Look Threw Here
http://www.zbrushcentral.com/zbc/search.php

Malcolm Zaloon
06-24-05, 10:10 AM
i seach already... but.. nothing... :(

add
06-24-05, 11:00 AM
[ISlider,"Deformation Smooth",
0, .1, -100, 100,
"This Set the Deformation Smooth",
[if,[isDisabled,Transform: Edit],
[Note,"Invalid for this Smooth",,1][exit]]
[IPress,Transform: Edit]
[ISet,Tool:Deformation:Smooth,[IGet,ZScript:Deformation Smooth]]
,//else
]

Frenchy Pilou
06-24-05, 12:23 PM
...is like Lisp ?
Pilou

Malcolm Zaloon
06-25-05, 12:11 PM
Brand new version
Follow the link
http://www.zbrushcentral.com/zbc/showthread.php?p=215399#post215399