Browse Source

fix indentation in Blender exporter once more

syuhei 11 years ago
parent
commit
e2cffeef01

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

@@ -2181,7 +2181,7 @@ def generate_cameras(data):
                     "target"    : generate_vec3([0, 0, 0])
                     }
 
-            elif camera.id_data.type == "ORTHO":
+                elif camera.id_data.type == "ORTHO":
 
                     camera_string = TEMPLATE_CAMERA_ORTHO % {
                     "camera_id" : generate_string(camera.name),