tell a lie, I found a sneaky way to do it. function smoothshape obj =( if classof obj.baseobject == Editable_poly then ( --make our smooth version smt = copy obj the_ms_mod = meshsmooth() the_ms_mod.iterations = 3 the_ms_mod.isolineDisplay = on the_ms_mod.ignoreSel = on addmodifier smt the_ms_mod collapsestack smt --get…
Do you see any use for this script perna or are there better methods to soften bent surfaces? Anyways, I used the macro recorder like you said and got this:subobjectLevel = 2[B]actionMan.executeAction 0 "40021"[/B]$.EditablePoly.SetSelection #Edge [COLOR="Red"][B]#{1..840}[/B][/COLOR]modPanel.addModToSelection (meshsmooth…