PDA

View Full Version : is it possible for someone to make a smooth tool script



dplasec
05-25-03, 10:02 PM
those were great zcrpitz :D could someone please make a smooth tool plugin? that deformer is a hassle! thanx

Crisis
05-25-03, 10:14 PM
I agree.. Can there be a script so tat the deformation tools be drag out to the workspace as floating menu like some of the other tools?

drjjwow
05-25-03, 10:23 PM
this is one that comes to mind.. however theres more if you look in the quicklinks above.. http://www.pixolator.com/zbc-bin/ultimatebb.cgi?ubb=get_topic&f=1&t=005754

aurick
05-25-03, 11:09 PM
I think you'll find this thread (http://www.pixolator.com/zbc-bin/ultimatebb.cgi?ubb=get_topic&f=1&t=010822) by Pixolator interesting. He has announced that the next version (which will be a free upgrade for all registered users) will include a Smoothing brush.

Kircho
05-26-03, 01:42 AM
HI guys...I had this question acouple of months back and a very nice fello by the name of Muvlo helped me out with this script:

[IButton,IMask,"\CFFAA00Interactive masking \CFFFFFF- created by Muvlo",
[IUnPress,Tool:Modifiers:Selection:ViewMask]
[Loop,999999,
[If,[MouseLButton],
[LoopEXit]
]
]
[Loop,999999,
[IFreeze,
[IPress,Tool:Modifiers:Selection:Clear]
[IKeyPress,CTRL,[CanvasClick,[MouseHPos],[MouseVPos]]]
[IUnPress,Tool:Modifiers:Selection:ViewMask]
[IPress,Tool:Modifiers:Selection:Inverse]
[ISet,Tool:Modifiers : Deformation:Smooth,50]
]
[If,[MouseLButton]==0,
[LoopExit]
]
]
,,,'B']

Put in your Default Scripts Directory, I have set the short cut to 'B'(for brush :)) and you can also set the amount of smoothing currently at 50.

hope this will help you out until the new version arrives, only catch is that its alittle slow :).

all the best

Kircho