Gradient ramp map blur and blur_offset value set
Hello,
I am trying to all scene gradient ramp map blur value = 1 and blur_offset value = 0
but getting error
can anyone correct the script
THANKS
( fn gradientBlur class:Gradient_Ramp = ( if selection.count != 0 do ( node = getClassInstances class if node.count > 0 do for map in node do map.coords.blur = 1.0 ) ( node = getClassInstances class if node.count > 0 do for map in node do map.coords.Blur_Offset = 0 ) ) gradientBlur() )
Comments
Try this:
Thank you so much . . . . :)
Thank you so much . . . . :)
Thanks,
Sketchup Master
You're welcome
Glad i could help :)