Blender Git Commit Log

Git Commits -> Revision c5157cd

Revision c5157cd by Janne Karhu (master)
September 29, 2010, 13:38 (GMT)
Cleanup of code and ui of sequencer speed effect.
* Sequence speed effect was functional in theory, but very difficult to actually use.
* Now the effect works as follows:
- "Speed Factor" (formerly "speed fade") controls the current speed of the sequence (can be animated).
- "Use as speed" (formerly "f-curve velocity") is now the default behavior so that the "speed effect" by default changes the "speed" of the sequence.
- "Multiply Speed" (formerly "global speed") is a scale factor that's applied to the calculated frame (can't be animated).
- Without animation "Speed Factor" and "Multiply Speed" work exactly the same (in this case "multiply speed" could perhaps be disabled in ui, but currently there's no easy way to check this).
- If "Use as speed" is not checked the effect simply remaps the current frame to the given "Frame Number" (can be animated).
- "Scale to length" (formerly "f-curve compress y")scales "Frame numbers" from 0.0-1.0 to the length of the target strip to allow easy animation.
* Tooltips added for all values and options.
* Code for frame blending was nowhere to be seen, so I commented the option out from ui.
* This should fix at least bugs #20979 and #21309.

Commit Details:

Full Hash: c5157cda88938177685225bc8f264a4a46883250
SVN Revision: 32191
Parent Commit: 3dcc68e
Lines Changed: +32, -41

3 Modified Paths:

/release/scripts/ui/space_sequencer.py (+9, -6) (Diff)
/source/blender/blenkernel/intern/seqeffects.c (+15, -27) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+8, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021