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.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.