提交 6da28b46 编写于 作者: M Mr.doob

Blender Exporter: Removed AreaLight references. Fixes #7141.

上级 cfbc1276
......@@ -7,7 +7,6 @@ SPOT = 'SPOT'
POINT = 'POINT'
SUN = 'SUN'
HEMI = 'HEMI'
AREA = 'AREA'
NO_SHADOW = 'NOSHADOW'
......
......@@ -13,7 +13,6 @@ from .constants import (
SUN,
POINT,
HEMI,
AREA,
CAMERA,
PERSP,
ORTHO,
......@@ -191,8 +190,7 @@ def node_type(obj):
POINT: constants.POINT_LIGHT,
SUN: constants.DIRECTIONAL_LIGHT,
SPOT: constants.SPOT_LIGHT,
HEMI: constants.HEMISPHERE_LIGHT,
AREA: constants.AREA_LIGHT,
HEMI: constants.HEMISPHERE_LIGHT
},
CAMERA: {
PERSP: constants.PERSPECTIVE_CAMERA,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册