Blender Git Commit Log

Git Commits -> Revision 2939cda

Revision 2939cda by Grigory Revzin (soc-2014-shapekey)
July 5, 2014, 21:58 (GMT)
Added Commit To Another Shape

This new operator allows you to change shapes while editing, helping if you've edited the wrong shape.

Implementation-wise had to slightly change the way editmode undo is pushed and popped, this operator messed with it. Now RealMesh keyblocks will be restored from the stored UndoMesh on undo pop.

Commit Details:

Full Hash: 2939cda6b2b5b17fbb7a9d557bb565bc91106e3c
Parent Commit: 1fcb5e9
Lines Changed: +139, -85

11 Modified Paths:

/source/blender/blenkernel/BKE_key.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/key.c (+43, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.c (+2, -2) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.h (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_mesh_conv.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+70, -20) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+15, -57) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021