diff --git a/bam/blend/blendfile_pack.py b/bam/blend/blendfile_pack.py index 63eb071..c2ea519 100755 --- a/bam/blend/blendfile_pack.py +++ b/bam/blend/blendfile_pack.py @@ -415,7 +415,7 @@ def pack( path_copy_files.add((path_src, path_dst)) for file_list in ( - blendfile_path_walker.utils.find_sequence_paths(path_src) if fp.is_sequence else (), + blendfile_path_walker.utils.find_sequence_paths(path_src, False) if fp.is_sequence else (), fp.files_siblings(), ):