Преглед на файлове

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
     }"""