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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user