mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Force blends into Object Mode upon opening
This commit is contained in:
@@ -199,6 +199,7 @@ while True:
|
|||||||
|
|
||||||
elif cmdargs[0] == 'OPEN':
|
elif cmdargs[0] == 'OPEN':
|
||||||
if 'FINISHED' in bpy.ops.wm.open_mainfile(filepath=cmdargs[1]):
|
if 'FINISHED' in bpy.ops.wm.open_mainfile(filepath=cmdargs[1]):
|
||||||
|
bpy.ops.object.mode_set(mode = 'OBJECT')
|
||||||
writepipeline(b'FINISHED')
|
writepipeline(b'FINISHED')
|
||||||
else:
|
else:
|
||||||
writepipeline(b'CANCELLED')
|
writepipeline(b'CANCELLED')
|
||||||
|
|||||||
Reference in New Issue
Block a user