PDA

View Full Version : Accessing Triangles in Edit Poly?


Gibbz
04-11-2006, 07: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

f97ao
04-11-2006, 01:55 PM
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

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

CGTalk Moderation
04-11-2006, 01:55 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.