Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/AxioDL/hecl
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Apr 4, 2016
2 parents aa04d59 + ab2f8f4 commit 6050696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blender/hecl_blendershell.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def dataout_loop():

elif cmdargs[0] == 'OPEN':
if 'FINISHED' in bpy.ops.wm.open_mainfile(filepath=cmdargs[1]):
bpy.ops.object.mode_set(mode = 'OBJECT')
writepipeline(b'FINISHED')
else:
writepipeline(b'CANCELLED')
Expand Down

0 comments on commit 6050696

Please sign in to comment.