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:
parent
113eb8f7ab
commit
419249ee19
@ -6,6 +6,8 @@
|
|||||||
- Fix crashing Blender when running in background mode (e.g. without GUI).
|
- Fix crashing Blender when running in background mode (e.g. without GUI).
|
||||||
- Flamenco: Include extra job parameters to allow for encoding a video at the end of a render
|
- Flamenco: Include extra job parameters to allow for encoding a video at the end of a render
|
||||||
job that produced an image sequence.
|
job that produced an image sequence.
|
||||||
|
- Flamenco: Compress all blend files, and not just the one we save from Blender.
|
||||||
|
Requires BAT 0.5 or newer.
|
||||||
|
|
||||||
|
|
||||||
## Version 1.9.4 (2018-11-01)
|
## Version 1.9.4 (2018-11-01)
|
||||||
|
@ -109,7 +109,7 @@ async def copy(context,
|
|||||||
|
|
||||||
wm = bpy.context.window_manager
|
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:
|
with _packer_lock:
|
||||||
if exclusion_filter:
|
if exclusion_filter:
|
||||||
packer.exclude(*exclusion_filter.split())
|
packer.exclude(*exclusion_filter.split())
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
lockfile==0.12.2
|
lockfile==0.12.2
|
||||||
pillarsdk==1.7.0
|
pillarsdk==1.7.0
|
||||||
wheel==0.29.0
|
wheel==0.29.0
|
||||||
blender-asset-tracer>=0.4
|
blender-asset-tracer>=0.5
|
||||||
|
|
||||||
# Secondary requirements:
|
# Secondary requirements:
|
||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
|
Reference in New Issue
Block a user