Added missing parameter to function call
This commit is contained in:
parent
61fa63eb1d
commit
ac2d0c033c
@ -363,10 +363,12 @@ class FLAMENCO_OT_copy_files(Operator,
|
|||||||
from ..blender import preferences
|
from ..blender import preferences
|
||||||
|
|
||||||
context.window_manager.flamenco_status = 'PACKING'
|
context.window_manager.flamenco_status = 'PACKING'
|
||||||
|
exclusion_filter = preferences().flamenco_exclude_filter or None
|
||||||
|
|
||||||
missing_sources = await bam_interface.bam_copy(
|
missing_sources = await bam_interface.bam_copy(
|
||||||
Path(context.blend_data.filepath),
|
Path(context.blend_data.filepath),
|
||||||
Path(preferences().flamenco_job_file_path),
|
Path(preferences().flamenco_job_file_path),
|
||||||
|
exclusion_filter
|
||||||
)
|
)
|
||||||
|
|
||||||
if missing_sources:
|
if missing_sources:
|
||||||
|
Reference in New Issue
Block a user