Fix T53782: Can't bundle blend file with image sequences
Differential revision: D3016
This commit is contained in:
@@ -415,7 +415,7 @@ def pack(
|
|||||||
path_copy_files.add((path_src, path_dst))
|
path_copy_files.add((path_src, path_dst))
|
||||||
|
|
||||||
for file_list in (
|
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(),
|
fp.files_siblings(),
|
||||||
):
|
):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user