Blender Git Loki
Git Commits -> Revision 76f7b22
Revision 76f7b22 by Campbell Barton (master) July 5, 2021, 05:54 (GMT) |
Cleanup: minor improvements to BMesh dissolve faces - Only create arrays with groups of two or more faces. - Remove raising exception for zero length arrays. - Remove redundant exception check (assert there is no exception). - Use a struct for face array & it's length instead of a NULL terminated array (removes the need to count faces in a loop). |
Commit Details:
Full Hash: 76f7b229890dd5d23b6683d12f743347ac0a2eef
Parent Commit: dccadc9
Lines Changed: +39, -35
1 Modified Path:
/source/blender/bmesh/operators/bmo_dissolve.c (+39, -35) (Diff)