PDA

View Full Version : Softimage smooth brush


carlsden
12-07-2006, 09:15 AM
hi guys, i wanted to know if softimage has a smooth brush like the artisan in maya?

depol
12-07-2006, 01:18 PM
'PaintSmoothTool /VBScript/ ( depol@mail.ru )
set maps = CreateWeightMap( , , "SmoothMap" )
for each map in maps
' default to zero, allow range of [-1 to 1]
SetValue map & ".weightmapop.weight", 0.0
SetValue map & ".weightmapop.wmin", -1.0
SetValue map & ".weightmapop.wmax", 1.0
set Smooth_op = ApplyOp( "Smooth", map )
SetValue Smooth_op & ".strength", 10
next
PaintTool
SetValue "BrushProperties.Radius", 1.0

CGTalk Moderation
12-07-2006, 01:18 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.