Flamenco: Compress all blend files

All blend files in the BAT pack are now compressed, and not just the one
we save from Blender. Requires BAT 0.5 or newer.
This commit is contained in:
2018-11-27 16:40:05 +01:00
parent 113eb8f7ab
commit 419249ee19
3 changed files with 4 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ async def copy(context,
wm = bpy.context.window_manager
with pack.Packer(base_blendfile, project, target) as packer:
with pack.Packer(base_blendfile, project, target, compress=True) as packer:
with _packer_lock:
if exclusion_filter:
packer.exclude(*exclusion_filter.split())