Blender Git Commit Log
Git Commits -> Revision c3f8e95
Revision c3f8e95 by Ankit Meel (soc-2020-io-performance) June 18, 2020, 08:15 (GMT) |
Export triangulated mesh, not modifying the scene Add UI checkbox for triangulating before writing the OBJ file. The scene is not modified at all. Actual modifier should be used if one needs the mesh to be modified too. The settings for triangulation are the same as default ones of the modifier: ngon-method: "Beauty", quad-method: "Shortest Diagonal", min vertices:4 |
Commit Details:
Full Hash: c3f8e9550c1ea54a9e16e56fd2945e0ca26fd415
Parent Commit: 41f47cd
Lines Changed: +53, -2