Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_add.c
| Context not available. | |||||
| RNA_int_set(op->ptr, "frame_start", cfra); | RNA_int_set(op->ptr, "frame_start", cfra); | ||||
| if ((flag & SEQPROP_ENDFRAME) && RNA_struct_property_is_set(op->ptr, "frame_end") == 0) | if ((flag & SEQPROP_ENDFRAME) && RNA_struct_property_is_set(op->ptr, "frame_end") == 0) | ||||
| RNA_int_set(op->ptr, "frame_end", cfra + 25); // XXX arbitary but ok for now. | RNA_int_set(op->ptr, "frame_end", cfra + 25); // XXX arbitrary but ok for now. | ||||
| if (!(flag & SEQPROP_NOPATHS)) { | if (!(flag & SEQPROP_NOPATHS)) { | ||||
| sequencer_generic_invoke_path__internal(C, op, "filepath"); | sequencer_generic_invoke_path__internal(C, op, "filepath"); | ||||
| Context not available. | |||||