Notifications
Clear all
[Closed] accessing triangles in edit poly?
Apr 11, 2006 7:32 am
Hey Guys,
Is there a way i can access the triangles in editable poly.
Say i have a Quad, i want to be able to make the hidden edge visible to the user without changing it. How can I access it?
Cheers
2 Replies
1 Reply
There is a shortcut for making the invisible edges visible.
“Turn Invisible Edges Toggle”
You can fire it with MaxScript with
actionMan.executeAction 0 “332” – Tools: Display Edges Only Toggle
You can also for example turn the invisible edges in editable_poly.
That’s all I know currently.
/Andreas