WIP: Sequencer: Add file manager #121952

Closed
Gangneron wants to merge 16 commits from (deleted):gangneron-patch-5 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 2123a4e110 - Show all commits

View File

@ -46,3 +46,8 @@ Sequence *ED_sequencer_special_preview_get();
void ED_sequencer_special_preview_set(bContext *C, const int mval[2]);
void ED_sequencer_special_preview_clear();
bool sequencer_retiming_mode_is_active(const bContext *C);
void ED_sequencer_file_manager(void){
register_file_selector_panel();
register_sequencer_dropbox();
}