Blender Git Commit Log
Git Commits -> Revision ef3e5a3
Revision ef3e5a3 by Janne Karhu (master) October 30, 2010, 12:04 (GMT) |
Fix for [#24374] VSE: Reassign Inputs ignores selection order. * No way currently to know the order of effect inputs, so I added a swap operator for the inputs. * Also added the effect inputs to the strip property panel (weren't even in rna before). These are not yet editable, but can be very helpful in determining what the inputs are if the strip is too short to see the name in the timeline. |
Commit Details:
Full Hash: ef3e5a3d71d1816d31666fa8dc6ad3e81195d7e8
SVN Revision: 32768
Parent Commit: a12d0fc
Lines Changed: +72, -0
5 Modified Paths:
/release/scripts/ui/space_sequencer.py (+8, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+37, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+24, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+37, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+24, -0) (Diff)