Compressed .blend outputting

This commit is contained in:
Jack Andersen 2015-09-28 17:02:43 -10:00
parent df7751d3ad
commit 33d70a4888
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ while True:
elif cmdargs[0] == 'SAVE':
bpy.context.user_preferences.filepaths.save_version = 0
if 'FINISHED' in bpy.ops.wm.save_mainfile(check_existing=False):
if 'FINISHED' in bpy.ops.wm.save_mainfile(check_existing=False, compress=True):
writepipeline(b'FINISHED')
else:
writepipeline(b'CANCELLED')