提交 1ad96b86 编写于 作者: M Mr.doob

Merge pull request #4649 from HashNuke/fix_indentation_in_blender_exporter

Fix indentation in Blender exporter script
......@@ -2170,8 +2170,8 @@ def generate_cameras(data):
"position" : generate_vec3([cameraobj.location[0], -cameraobj.location[1], cameraobj.location[2]], data["flipyz"]),
"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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册