Blender Git Commit Log
Git Commits -> Revision e2b74dc
Revision e2b74dc by Brecht Van Lommel (master) October 22, 2009, 17:12 (GMT) |
Shape Keys Active shape key can now be changed while in edit mode. This is based on exit/enter editmode again in the background, which is not ideal, as that loses the undo history. But that already happened anyway when you did exit/change-active/enter manually. |
Commit Details:
Full Hash: e2b74dc7364a11b5328954b6a49a46cd44dfbd2e
SVN Revision: 24060
Parent Commit: 3ffb695
Lines Changed: +36, -15
6 Modified Paths:
/release/scripts/ui/buttons_data_mesh.py (+5, -5) (Diff)
/source/blender/blenlib/BLI_editVert.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+10, -7) (Diff)
/source/blender/editors/mesh/editmesh.c (+3, -1) (Diff)
/source/blender/editors/object/object_edit.c (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+16, -1) (Diff)
/source/blender/blenlib/BLI_editVert.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+10, -7) (Diff)
/source/blender/editors/mesh/editmesh.c (+3, -1) (Diff)
/source/blender/editors/object/object_edit.c (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+16, -1) (Diff)