2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 17:13:29 +00:00

Compressed .blend outputting

This commit is contained in:
Jack Andersen 2015-09-28 17:02:43 -10:00
parent df7751d3ad
commit 33d70a4888

View File

@ -148,7 +148,7 @@ while True:
elif cmdargs[0] == 'SAVE': elif cmdargs[0] == 'SAVE':
bpy.context.user_preferences.filepaths.save_version = 0 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') writepipeline(b'FINISHED')
else: else:
writepipeline(b'CANCELLED') writepipeline(b'CANCELLED')