Blender Git Loki
Git Commits -> Revision 880c375
Revision 880c375 by Martin Poirier (master) July 19, 2009, 02:26 (GMT) |
Store sketch in armature instead of ugly global. Like edit data, this isn't saved, just a temp pointer used during work session. Also bring back sketching panel for 3d view. |
Commit Details:
Full Hash: 880c3756e96c4ffcd9238abd3ae9f49415d270a9
SVN Revision: 21687
Parent Commit: 036c001
Lines Changed: +135, -78
7 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/armature/editarmature_sketch.c (+119, -72) (Diff)
/source/blender/editors/include/ED_armature.h (+4, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+0, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/armature/editarmature_sketch.c (+119, -72) (Diff)
/source/blender/editors/include/ED_armature.h (+4, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+0, -1) (Diff)