Blender Git Commit Log
Git Commits -> Revision f025b62
Revision f025b62 by Sebastian Parborg (master) October 4, 2019, 12:25 (GMT) |
Fix T70095: Quadriflow crash running on a messy mesh Quadriflow does not support non manifold meshes. (Edges with > 3 connected faces and discontinuous face normal directions) While it does sometimes "work" in these configurations, the results are not good and in most cases it just flat out will crash. Added a sanity check to make sure that the input mesh is manifold. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5877 |
Commit Details:
Full Hash: f025b625f410ceb8a1edda584fe89acb5fff39d7
Parent Commit: 19b0f69
Lines Changed: +76, -9
1 Modified Path:
/source/blender/editors/object/object_remesh.c (+76, -9) (Diff)