Blender Git Commit Log
Git Commits -> Revision 7ec59cc
Revision 7ec59cc by Campbell Barton (master) April 3, 2020, 10:52 (GMT) |
Cleanup: split ED_mesh_mirror_*_table into multiple functions Spatial & topology mirror table each used a single function taking a char as an identifier. Split these into begin/end/lookup functions. |
Commit Details:
Full Hash: 7ec59cc7b700952fdbddfbb44a55977e0bf3bcb6
Parent Commit: b525315
Lines Changed: +126, -108
10 Modified Paths:
/source/blender/editors/armature/armature_skinning.c (+1, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+13, -3) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+4, -4) (Diff)
/source/blender/editors/mesh/meshtools.c (+48, -37) (Diff)
/source/blender/editors/mesh/mesh_mirror.c (+50, -52) (Diff)
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)
/source/blender/editors/object/object_shapekey.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+1, -2) (Diff)
/source/blender/editors/util/ed_util.c (+2, -2) (Diff)
/source/blender/editors/include/ED_mesh.h (+13, -3) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+4, -4) (Diff)
/source/blender/editors/mesh/meshtools.c (+48, -37) (Diff)
/source/blender/editors/mesh/mesh_mirror.c (+50, -52) (Diff)
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)
/source/blender/editors/object/object_shapekey.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+1, -2) (Diff)
/source/blender/editors/util/ed_util.c (+2, -2) (Diff)