Blender Git Loki
Git Commits -> Revision efde4db
Revision efde4db by Campbell Barton (master) May 10, 2012, 15:10 (GMT) |
patch [#30871] VSE py-api from Dan Eicher (dna) --- message from the tracker Classes for all effect types with proper input attributes Added new/delete functions for SequenceEditor.sequences. push/pop functions for ImageSequence.elements to add/remove images Moved waveform from the base class to SoundSequence (probably should be renamed use_waveform or show_waveform) Fixed user count for scene and movie clip types --- my own comments - dont have blending mode argument from sequencer.new_*() functions. Better edit this after. - dont change waveform attribute, seems unrelated change and should be kept for sound afaik. - dont apply scene, clip usercount changes - Sergey dealt with these separately. |
Commit Details:
Full Hash: efde4dbba868c3717e21fe87a8c28314129e8fb4
SVN Revision: 46501
Parent Commit: f91fa9d
Lines Changed: +672, -101
6 Modified Paths:
/source/blender/blenkernel/BKE_sound.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+145, -97) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+504, -2) (Diff)
/source/blender/blenkernel/intern/sound.c (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+145, -97) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+504, -2) (Diff)