IO: Use file handler in space VSE #119927

Merged
Richard Antalik merged 7 commits from guishe/blender:video-seq-fh into main 2024-05-06 17:45:02 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 445311527f - Show all commits

View File

@ -965,7 +965,7 @@ static int sequencer_add_movie_strip_exec(bContext *C, wmOperator *op)
return OPERATOR_FINISHED;
}
/** Sets `channel` and `frame_start` properties when the operator likely to be called from
* drag-n-drop. */
* drag-and-drop. */
static void sequencer_file_drop_chanel_frame_set(bContext *C, wmOperator *op, const wmEvent *event)
{
guishe marked this conversation as resolved Outdated

Typo - should be channel with 2 n's

Typo - should be channel with 2 n's
if (!((RNA_struct_property_is_set(op->ptr, "files") &&