ScriptSpot

Forum topic · General Scripting

extrude modifier

By sonnenberg · 2013-10-27

Description

rollout teste "Modificador de extrude"
(
groupBox grpalt "MODIFICAR ALTURA" pos:[10,7] width:188 height:120

spinner splineToFollow "extrude: " pos:[29,35] width:150 height:16 range:[0.1,10,1.1] type:#float

button btnext "Alterar extrude" pos:[41,76] width:122 height:20

on btnext pressed do
(
MyEditPolyObj.extrudeAlongSplineNode = $splineToFollow
MyEditPolyObj.extrudeAlongSplineAlign = off
MyEditPolyObj.extrudeAlongSplineTaper = -0.5
select MyEditPolyObj
MyEditPolyObj.EditablePoly.ExtrudeAlongSpline ()

)

Comments (1)

.

miauu · 2013-10-27

Is there a question?
The script you posted will not works, because MyEditPolyObj is not defined.