Blender Git Loki
Git Commits -> Revision 6d13d44
Revision 6d13d44 by Peter Schlaile (master) December 26, 2007, 19:30 (GMT) |
== Sequencer == Moved status info bar into panels. It was always shown on the wrong place... Added anim-startofs and anim-endofs, so that one can specify the range of _input_ that should be used. There is a subtle difference to start-ofs and end-ofs, which will show, when you use "Reverse Frames" or "Speed Control". Both effects operate on the input-range and _not_ on the display range! Now you can control both in a comfortable way. Only thing missing: a button to copy start-ofs and end-ofs to anim-startofs and anim-endofs. (Andy: that was the feature you missed, when storyboarding with the sequencer and the speed control effect :) Also: added File-Name and Dir-Name to redirect input as needed. |
Commit Details:
Full Hash: 6d13d4473418be180a345df4fb4375f03e7e256c
SVN Revision: 13010
Parent Commit: e06edeb
Lines Changed: +191, -149
6 Modified Paths:
/source/blender/include/BSE_sequence.h (+1, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+4, -3) (Diff)
/source/blender/src/buttons_scene.c (+127, -4) (Diff)
/source/blender/src/drawseq.c (+0, -139) (Diff)
/source/blender/src/sequence.c (+58, -3) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+4, -3) (Diff)
/source/blender/src/buttons_scene.c (+127, -4) (Diff)
/source/blender/src/drawseq.c (+0, -139) (Diff)
/source/blender/src/sequence.c (+58, -3) (Diff)