mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/RetroView/hecl
This commit is contained in:
commit
44a804e2c4
|
@ -81,6 +81,7 @@ while True:
|
||||||
writepipeline(b'CANCELLED')
|
writepipeline(b'CANCELLED')
|
||||||
|
|
||||||
elif cmdargs[0] == 'CREATE':
|
elif cmdargs[0] == 'CREATE':
|
||||||
|
bpy.ops.wm.read_homefile()
|
||||||
bpy.context.user_preferences.filepaths.save_version = 0
|
bpy.context.user_preferences.filepaths.save_version = 0
|
||||||
if 'FINISHED' in bpy.ops.wm.save_as_mainfile(filepath=cmdargs[1]):
|
if 'FINISHED' in bpy.ops.wm.save_as_mainfile(filepath=cmdargs[1]):
|
||||||
writepipeline(b'FINISHED')
|
writepipeline(b'FINISHED')
|
||||||
|
|
Loading…
Reference in New Issue