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

Movies are perfectly fine for reference/background images, now allow for
loading them by adjusting the default filter for the filebrowser.

Pull Request: https://projects.blender.org/blender/blender/pulls/112378
This commit is contained in:
Philipp Oeser 2023-09-14 19:42:26 +02:00 committed by Philipp Oeser
parent 2ec2e52a90
commit 4086ef986c
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(