Blender Git Commit Log
Git Commits -> Revision 77e0709
Revision 77e0709 by Brecht Van Lommel (master) June 28, 2013, 17:13 (GMT) |
Fix #35551: the topology mirror setting affected shape key and vertex group but this was confusing as there was no setting visible for it. Now these menus contain an entry to mirror without and with topology mirror. |
Commit Details:
Full Hash: 77e0709e48a067b765bd79382e202aa7a781d65a
SVN Revision: 57856
Parent Commit: e5ff9cc
Lines Changed: +71, -43
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_mesh.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -1) (Diff)
/source/blender/editors/armature/armature_skinning.c (+2, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+2, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+8, -5) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+5, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+8, -4) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+8, -12) (Diff)
/source/blender/editors/mesh/meshtools.c (+6, -5) (Diff)
/source/blender/editors/object/object_shapekey.c (+8, -3) (Diff)
/source/blender/editors/object/object_vgroup.c (+12, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+4, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -1) (Diff)
/source/blender/editors/armature/armature_skinning.c (+2, -1) (Diff)
/source/blender/editors/armature/meshlaplacian.c (+2, -1) (Diff)
/source/blender/editors/include/ED_mesh.h (+8, -5) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+5, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+8, -4) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+8, -12) (Diff)
/source/blender/editors/mesh/meshtools.c (+6, -5) (Diff)
/source/blender/editors/object/object_shapekey.c (+8, -3) (Diff)
/source/blender/editors/object/object_vgroup.c (+12, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+4, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -1) (Diff)