Blender Git Loki
Git Commits -> Revision 5b14573
Revision 5b14573 by Joshua Leung (master) January 28, 2009, 09:55 (GMT) |
Graph Editor: Restoring most tools * Copy/Paste still needs to be cleaned up to be functional. Auto-set preview range + View All also need some work to become functional... * Smooth has been moved to Alt-O hotkey, as Shift-O was taken for Sample * Renamed a few operators for DopeSheet to be more in line with Graph Editor ones, and to be less obscure. * The 'join' and 'remove doubles' tools are not likely to be restored. I think that a few of the new tools cover this lack anyway. We can restore them if there is a real need. * Record tool needs a rethink to be genuinely useful, so it's not included here anymore. A note for anyone wanting to play with implementing this: store the sampled points using the new FPoint type in the FCurve instead of using BezTriples, as FPoints are used for storing sampled/baked data. |
Commit Details:
Full Hash: 5b14573d0b702f08a656b04285a7a8281cdbdca5
SVN Revision: 18712
Parent Commit: 9e8a60c
Lines Changed: +130, -98
10 Modified Paths:
/source/blender/editors/animation/keyframes_general.c (+46, -55) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+5, -6) (Diff)
/source/blender/editors/space_action/action_intern.h (+2, -2) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -4) (Diff)
/source/blender/editors/space_ipo/ipo_edit.c (+58, -17) (Diff)
/source/blender/editors/space_ipo/ipo_intern.h (+2, -1) (Diff)
/source/blender/editors/space_ipo/ipo_ops.c (+7, -4) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -7) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -1) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+5, -6) (Diff)
/source/blender/editors/space_action/action_intern.h (+2, -2) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -4) (Diff)
/source/blender/editors/space_ipo/ipo_edit.c (+58, -17) (Diff)
/source/blender/editors/space_ipo/ipo_intern.h (+2, -1) (Diff)
/source/blender/editors/space_ipo/ipo_ops.c (+7, -4) (Diff)
/source/blender/editors/transform/transform_conversions.c (+3, -7) (Diff)
/source/blender/editors/transform/transform_generics.c (+2, -1) (Diff)