SDK.
- fix in dae importer script git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10358 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
9603b6d09b
commit
b5ef1e39e7
@ -40,7 +40,7 @@ def save_file(save_path):
|
|||||||
bpy.ops.wm.save_as_mainfile(filepath=save_path)
|
bpy.ops.wm.save_as_mainfile(filepath=save_path)
|
||||||
|
|
||||||
# Due to an issue in the DAE importer, the file has to be resaved after an import
|
# Due to an issue in the DAE importer, the file has to be resaved after an import
|
||||||
def open_save_file(open_path):
|
def open_save_file(save_path):
|
||||||
bpy.ops.wm.open_mainfile(filepath=save_path)
|
bpy.ops.wm.open_mainfile(filepath=save_path)
|
||||||
bpy.ops.wm.save_as_mainfile(filepath=save_path)
|
bpy.ops.wm.save_as_mainfile(filepath=save_path)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user