Blender Git Commit Log
Git Commits -> Revision d694335
Revision d694335 by Ton Roosendaal (master) April 20, 2004, 18:27 (GMT) |
Another phase in panelizing all window types. Did lots of small code fixes, including: - Panel in action window (disabled it, since there's no need for it) - fix: when action was added to mesh with vertex keys, the action couldn't be deleted, nor did action window draw key names - mouse on RVK (key) in Action window: Nkey menu pops as well. This is not a good candidate to put in Panel, no selection possible here. - when you change name of RVK in action window, it shows in IpoWindow too |
Commit Details:
Full Hash: d694335cc2e882cb7ef08806bc7cd07191f93d70
SVN Revision: 2356
Parent Commit: b41cf69
Lines Changed: +290, -366
14 Modified Paths:
/source/blender/include/BIF_space.h (+3, -0) (Diff)
/source/blender/include/BSE_editaction.h (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+0, -1) (Diff)
/source/blender/include/BSE_editipo_types.h (+3, -1) (Diff)
/source/blender/include/ipo.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/src/drawaction.c (+77, -13) (Diff)
/source/blender/src/editaction.c (+182, -175) (Diff)
/source/blender/src/editipo.c (+8, -140) (Diff)
/source/blender/src/editkey.c (+3, -0) (Diff)
/source/blender/src/header_action.c (+2, -1) (Diff)
/source/blender/src/interface.c (+7, -0) (Diff)
/source/blender/src/toets.c (+1, -0) (Diff)
/source/blender/src/toolbox.c (+0, -33) (Diff)
/source/blender/include/BSE_editaction.h (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+0, -1) (Diff)
/source/blender/include/BSE_editipo_types.h (+3, -1) (Diff)
/source/blender/include/ipo.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/src/drawaction.c (+77, -13) (Diff)
/source/blender/src/editaction.c (+182, -175) (Diff)
/source/blender/src/editipo.c (+8, -140) (Diff)
/source/blender/src/editkey.c (+3, -0) (Diff)
/source/blender/src/header_action.c (+2, -1) (Diff)
/source/blender/src/interface.c (+7, -0) (Diff)
/source/blender/src/toets.c (+1, -0) (Diff)
/source/blender/src/toolbox.c (+0, -33) (Diff)