Notifications
Clear all

[Closed] accessing triangles in edit poly?

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
(@f97ao)
Joined: 11 months ago

Posts: 0

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

Hi you can select all verts and hit connect to have all tris…