Blender Git Commit Log
Git Commits -> Revision 8c479bc
Revision 8c479bc by Joshua Leung (master) January 20, 2009, 11:07 (GMT) |
Animato - Restoring most of Action Editor * Streamlined the filtering code to remove a few redundant options, which required tweaking the code for most tools * F-Curves are simply displayed using their full paths right now. This should eventually be the UI-string stored in RNA, but right now there are still a few missing things. * There are a few tools which are not available yet which were available in 2.5 before Animato was added: - Copy/Paste - Rearrange channels Also, the DopeSheet is not totally functional (in terms of displaying animation data for sub-object data yet). That will be added tomorrow. * Added 'Action Group' pointer to F-Curves, as it will be handy for allowing Bone channels to still remain grouped as they were before with the Action Channels. However, reintroducing such a structure to the data-storage is not anticipated... |
Commit Details:
Full Hash: 8c479bc9332bcb4a3b6b0e47346287f491532729
SVN Revision: 18584
Parent Commit: 42c8b6a
Lines Changed: +500, -1455
17 Modified Paths:
/source/blender/blenkernel/BKE_ipo.h (+3, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -4) (Diff)
/source/blender/editors/animation/anim_channels.c (+77, -293) (Diff)
/source/blender/editors/animation/anim_draw.c (+10, -25) (Diff)
/source/blender/editors/animation/anim_filter.c (+87, -348) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+32, -122) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+24, -149) (Diff)
/source/blender/editors/include/ED_anim_api.h (+17, -45) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+3, -6) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -11) (Diff)
/source/blender/editors/space_action/action_draw.c (+18, -188) (Diff)
/source/blender/editors/space_action/action_edit.c (+40, -35) (Diff)
/source/blender/editors/space_action/action_header.c (+2, -9) (Diff)
/source/blender/editors/space_action/action_select.c (+168, -208) (Diff)
/source/blender/editors/transform/transform_conversions.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -6) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -4) (Diff)
/source/blender/editors/animation/anim_channels.c (+77, -293) (Diff)
/source/blender/editors/animation/anim_draw.c (+10, -25) (Diff)
/source/blender/editors/animation/anim_filter.c (+87, -348) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+32, -122) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+24, -149) (Diff)
/source/blender/editors/include/ED_anim_api.h (+17, -45) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+3, -6) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -11) (Diff)
/source/blender/editors/space_action/action_draw.c (+18, -188) (Diff)
/source/blender/editors/space_action/action_edit.c (+40, -35) (Diff)
/source/blender/editors/space_action/action_header.c (+2, -9) (Diff)
/source/blender/editors/space_action/action_select.c (+168, -208) (Diff)
/source/blender/editors/transform/transform_conversions.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -6) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+3, -0) (Diff)