2
0
Эх сурвалжийг харах

Minor fixes to blender exporter.

Mr.doob 11 жил өмнө
parent
commit
6e8606c913

+ 1 - 1
utils/exporters/blender/2.66/scripts/addons/io_mesh_threejs/__init__.py

@@ -221,7 +221,7 @@ def save_settings_export(properties):
     "option_vertices_truncate" : properties.option_vertices_truncate,
     "option_scale"        : properties.option_scale,
 
-    "align_model"         : properties.align_model,
+    "align_model"         : properties.align_model
     }
 
     fname = get_settings_fullpath()

+ 1 - 1
utils/exporters/blender/2.66/scripts/addons/io_mesh_threejs/export_threejs.py

@@ -267,7 +267,7 @@ TEMPLATE_MODEL_ASCII = """\
 
 	"skinWeights" : [%(weights)s],
 
-        "animations" : [%(animations)s]
+    "animations" : [%(animations)s]
 """
 
 TEMPLATE_VERTEX = "%g,%g,%g"