Blender Git Commit Log
Git Commits -> Revision 8fb5731
Revision 8fb5731 by Germano Cavalcante (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
VSE: Speed Effect layout updates **Changes:** - New enums correspond to 4 modes: `Stretch`, `Multiply`, `Frame Number` and `Length`. - "`Multiply Factor`" has been removed; - Value corresponding to "`use as speed`" enabled is now the value appended to the `Multiply` enum; - Value corresponding to "`use as speed`" disabled is now the value appended to the `Frame Number` enum; - Value corresponding to "`Scale to Length`" enabled is now the value appended to the `Length` enum; - Except `Stretch` each mode has now its respective control values. Differential Revision: https://developer.blender.org/D11856 |
Commit Details:
Full Hash: 8fb573117322b7e6cc397a452bb542dccdd1673d
Parent Commit: f137a34
Committed By: Fabian Schempp
Lines Changed: +185, -87
6 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+14, -13) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+79, -2) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+19, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+37, -23) (Diff)
/source/blender/sequencer/intern/effects.c (+36, -44) (Diff)
/source/blender/sequencer/SEQ_effects.h (+0, -3) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+79, -2) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+19, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+37, -23) (Diff)
/source/blender/sequencer/intern/effects.c (+36, -44) (Diff)
/source/blender/sequencer/SEQ_effects.h (+0, -3) (Diff)