Blender Git Commit Log
Git Commits -> Revision c30fb00
Revision c30fb00 by Campbell Barton (master) February 6, 2013, 15:57 (GMT) |
problem with own changes to triabgulate: calling beauty fill directly would re-allocate the faces which mean't triangulates output slots pointers became invalid. (noticed when using from py api) |
Commit Details:
Full Hash: c30fb009ccf23cd9dc78d342ebddc2286594c88a
SVN Revision: 54356
Parent Commit: 296444e
Lines Changed: +23, -17
5 Modified Paths:
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+3, -3) (Diff)
/source/blender/bmesh/operators/bmo_triangulate.c (+4, -10) (Diff)
/source/blender/editors/mesh/editmesh_knife.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+14, -2) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+3, -3) (Diff)
/source/blender/bmesh/operators/bmo_triangulate.c (+4, -10) (Diff)
/source/blender/editors/mesh/editmesh_knife.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+14, -2) (Diff)