Notifications
Clear all

[Closed] Hide Edit Poly movement

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
 )
    

Nice work, denisT! Super!
Thanks again!

Page 2 / 2