Browse Source

SDK.
- fix in dae importer script

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10358 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 12 years ago
parent
commit
d3c1b3e159
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-blender/src/com/jme3/gde/blender/scripts/import_dae.py

+ 1 - 1
jme3-blender/src/com/jme3/gde/blender/scripts/import_dae.py

@@ -40,7 +40,7 @@ def save_file(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
-def open_save_file(open_path):
+def open_save_file(save_path):
      bpy.ops.wm.open_mainfile(filepath=save_path)
      bpy.ops.wm.save_as_mainfile(filepath=save_path)