提交 3e342c15 编写于 作者: S Simon Epskamp

Blender exporter: Fix reference to missing constant

This made exporting scenes with light not work.
上级 91e3dcbc
......@@ -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.
先完成此消息的编辑!
想要评论请 注册