Blender Git Loki
Git Commits -> Revision fba99b6
Revision fba99b6 by Joshua Leung (master) December 11, 2009, 11:18 (GMT) |
Timeline Drawing Tweaks: * Made the TimeLine current frame indicator get drawn using the standard frame-indicator code. Also, it is now possible to show the frame indicator box beside the line as in the other animation editors, although this is disabled in the timeline due to the closeness of the frame number field. * Removed some old (unnecessary) code -> "Continue Physics" option in TimeLine, which is now obsolete with the current physics options. Feel free to restore if this is not the case. -> Already commented out hacks to create "speed ipo" for curves. There are easy alternatives that are better integrated. -> Unused init/exit callbacks for scrubbing time, since those were only used to set an obsolete flag for timeline drawing that is now used for the indicator. * Switched long-keyframe optimisation code to use constants instead of some magic numbers + fancy trickery... |
Commit Details:
Full Hash: fba99b627b001177590e73471f0b0f29a832bc14
SVN Revision: 25309
Parent Commit: 7e7e101
Lines Changed: +19, -131
7 Modified Paths:
/release/scripts/ui/space_time.py (+1, -4) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -53) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+5, -3) (Diff)
/source/blender/editors/curve/editcurve.c (+0, -39) (Diff)
/source/blender/editors/space_time/space_time.c (+5, -23) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -8) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -53) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+5, -3) (Diff)
/source/blender/editors/curve/editcurve.c (+0, -39) (Diff)
/source/blender/editors/space_time/space_time.c (+5, -23) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -8) (Diff)