提交 394d6957 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10322 from Epskampie/fix_blender_exporter_lights

Blender exporter: Fix reference to missing constant
......@@ -314,7 +314,7 @@ def node_type(obj):
POINT: constants.POINT_LIGHT,
SUN: constants.DIRECTIONAL_LIGHT,
SPOT: constants.SPOT_LIGHT,
AREA: constants.AREA_LIGHT,
AREA: constants.RECT_AREA_LIGHT,
HEMI: constants.HEMISPHERE_LIGHT
},
CAMERA: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册