Notifications
Clear all
[Closed] Hide Edit Poly movement
Page 2 / 2
Prev
Jul 17, 2011 11:12 am
here is how i would do it:
(
d = box name:"panel" length:5 width:400 height:600 wirecolor:(color 60 100 120)
converttopoly d
face = 5
polyop.bevelFaces d face 5 -35
polyop.extrudeFaces d face 7
d.edgeChamferSegments = 6
polyop.chamferEdges d (polyop.getEdgesUsingFace d face) 3
update d
)
Page 2 / 2
Prev