提交 3358b687 编写于 作者: M Mr.doob

Merge branch 'blender-camera-export-fix' of https://github.com/joostfaassen/three.js into dev

......@@ -2081,7 +2081,7 @@ def generate_cameras(data):
if data["use_cameras"]:
cams = bpy.data.objects
cams = [ob for ob in cams if (ob.type == 'CAMERA' and ob.select)]
cams = [ob for ob in cams if (ob.type == 'CAMERA')]
if not cams:
camera = DEFAULTS["camera"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册