Blender Git Loki
Git Commits -> Revision 2b3810f
Revision 2b3810f by Grigory Revzin (soc-2014-shapekey) May 13, 2014, 11:29 (GMT) |
Shape keys code cleanup round 1 BKE_key_move introduced. Moves a shape key to a given index in the shape key list. Has a wrapper operator. Can implement shape key sorting now and other stuff. TODO: need double triangle icon! |
Commit Details:
Full Hash: 2b3810f6729ba8a1c10bc6aa10e1a589da99b44b
Parent Commit: 146a1c7
Lines Changed: +186, -90
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_mesh.py (+6, -3) (Diff)
/source/blender/blenkernel/BKE_key.h (+53, -40) (Diff)
/source/blender/blenkernel/intern/key.c (+70, -0) (Diff)
/source/blender/blenlib/BLI_listbase.h (+9, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/object/object_shapekey.c (+46, -47) (Diff)
/source/blender/blenkernel/BKE_key.h (+53, -40) (Diff)
/source/blender/blenkernel/intern/key.c (+70, -0) (Diff)
/source/blender/blenlib/BLI_listbase.h (+9, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/object/object_shapekey.c (+46, -47) (Diff)