Blender Git Loki
Git Commits -> Revision 54310b8
Revision 54310b8 by Campbell Barton (master) September 2, 2013, 03:13 (GMT) |
bmesh: internal api change, remove BMOElemMapping, its not needed since the values can be stored in the ghash directly. saves 24 bytes per element (per vertex/edge/face on a 64bit system), for bmesh operators. |
Commit Details:
Full Hash: 54310b8086e5820049f73f66fde8c92041fdb61a
SVN Revision: 59726
Parent Commit: d59b475
Lines Changed: +97, -102
7 Modified Paths:
/source/blender/bmesh/intern/bmesh_operators.c (+34, -29) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+7, -20) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api_inline.h (+36, -33) (Diff)
/source/blender/bmesh/operators/bmo_extrude.c (+3, -3) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+3, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+13, -13) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+7, -20) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api_inline.h (+36, -33) (Diff)
/source/blender/bmesh/operators/bmo_extrude.c (+3, -3) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_array.c (+3, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+13, -13) (Diff)