Fix #112374: loading reference/background images filters out movies #112378

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:fix_add_image_filter_movie into main 2023-09-14 19:42:35 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -908,6 +908,7 @@ class LoadImageAsEmpty:
)
filter_image: BoolProperty(default=True, options={'HIDDEN', 'SKIP_SAVE'})
filter_movie: BoolProperty(default=True, options={'HIDDEN', 'SKIP_SAVE'})
filter_folder: BoolProperty(default=True, options={'HIDDEN', 'SKIP_SAVE'})
view_align: BoolProperty(