Advertisement

Blender script : Quad faces to Triangle faces

Started by January 23, 2005 01:52 PM
1 comment, last by iliak 19 years, 7 months ago
Hi As said in the topic, is there a built in function to convert quad faces (4 vertex in a face) to triangle faces (3 vertex in a face) ?
- Iliak -
[ ArcEngine: An open source .Net gaming framework ]
[ Dungeon Eye: An open source remake of Eye of the Beholder II ]
CTRL+T: quads -> triangles
ALT+J: triangles -> quads

if i do not misunderstand you. if you want a python function for the script i guess there is none. but you can quickly code one. just iterate over all .faces of a nmesh, create two new triangles from it, add them and remove the quad.

Life's like a Hydra... cut off one problem just to have two more popping out.
Leader and Coder: Project Epsylon | Drag[en]gine Game Engine

Advertisement
Yes it would be a solution, but as i'm lazy, i looked for a built in solution :) But as a fallback i'll implement your idea.
Thx
- Iliak -
[ ArcEngine: An open source .Net gaming framework ]
[ Dungeon Eye: An open source remake of Eye of the Beholder II ]

This topic is closed to new replies.

Advertisement