Blender Git Loki
Git Commits -> Revision 5afe4c7
Revision 5afe4c7 by Campbell Barton (master) March 11, 2017, 09:50 (GMT) |
BMesh: add BM_mesh_separate_faces Fast-path for bmesh split operator which duplicates and deletes. Use when only separating faces, currently used by the intersect tool. |
Commit Details:
Full Hash: 5afe4c787f0ed3ac30f7609c7f07c5092a20eac9
Parent Commit: 5be8adf
Lines Changed: +174, -7
2 Added Paths:
/source/blender/bmesh/tools/bmesh_separate.c (+131, -0) (View)
/source/blender/bmesh/tools/bmesh_separate.h (+32, -0) (View)
/source/blender/bmesh/tools/bmesh_separate.h (+32, -0) (View)