浏览代码

Forgot comma in scene template.

alteredq 14 年之前
父节点
当前提交
f052891b2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/exporters/blender/2.56/scripts/op/io_mesh_threejs/export_threejs.py

+ 1 - 1
utils/exporters/blender/2.56/scripts/op/io_mesh_threejs/export_threejs.py

@@ -117,7 +117,7 @@ TEMPLATE_OBJECT = """\
         "rotation"  : %(rotation)s,
         "quaternion": %(quaternion)s,
         "scale"	    : %(scale)s,
-        "visible"       : true
+        "visible"       : true,
         "castsShadow"   : %(castsShadow)s,
         "meshCollider"  : %(meshCollider)s
     }"""