== Sequencer ==
Made Multicam-Editing really work: * added a panel within N-keys, so that one can start/stop playback and cut between cameras directly from the panel * made "active_strip" RNA editable, to make that work correctly (is usefull anyways :) )
This commit is contained in:
@@ -804,6 +804,8 @@ static void rna_def_editor(BlenderRNA *brna)
|
||||
|
||||
prop= RNA_def_property(srna, "active_strip", PROP_POINTER, PROP_NONE);
|
||||
RNA_def_property_pointer_sdna(prop, NULL, "act_seq");
|
||||
RNA_def_property_flag(prop, PROP_EDITABLE);
|
||||
|
||||
RNA_def_property_ui_text(prop, "Active Strip", "Sequencers active strip");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user