Blender Git Commit Log
Git Commits -> Revision 5e0c553
Revision 5e0c553 by Joshua Leung (master) February 9, 2009, 01:27 (GMT) |
Armature Editing: Subdivide Operators * Added back the Subdivide tools. Use the Alt-S hotkey (for now) to get a menu with the subdivision options. There are also two standalone operators which are not used yet. * Fixed the PoseMode checking callback to make sure that it doesn't override any tools in EditMode. * Fixed an old comment in transform code, and a few warnings in editarmature.c |
Commit Details:
Full Hash: 5e0c553b153e2b9358f335ea06db9db4fd564ea9
SVN Revision: 18875
Parent Commit: 7d6e791
Lines Changed: +172, -71
5 Modified Paths:
/source/blender/editors/armature/armature_intern.h (+3, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+7, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+157, -69) (Diff)
/source/blender/editors/screen/screen_ops.c (+4, -1) (Diff)
/source/blender/editors/transform/transform.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_ops.c (+7, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+157, -69) (Diff)
/source/blender/editors/screen/screen_ops.c (+4, -1) (Diff)
/source/blender/editors/transform/transform.c (+1, -1) (Diff)