Blender Git Commit Log
Git Commits -> Revision c86045d
Revision c86045d by Campbell Barton (master) November 29, 2012, 03:25 (GMT) |
bmesh py api: use generic checking macros to see if an object if from the same bmesh. - was such a common operation so this saves having exceptions set inline all over the place. |
Commit Details:
Full Hash: c86045d7a29c2ffe3f102955560fda214d9f7f2d
SVN Revision: 52650
Parent Commit: 078487e
Lines Changed: +47, -93
5 Modified Paths:
/source/blender/python/bmesh/bmesh_py_types.c (+25, -59) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+14, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+3, -9) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+3, -11) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+2, -8) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+14, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+3, -9) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+3, -11) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+2, -8) (Diff)