We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e3dcb commit 3e342c1Copy full SHA for 3e342c1
utils/exporters/blender/addons/io_three/exporter/api/object.py
@@ -314,7 +314,7 @@ def node_type(obj):
314
POINT: constants.POINT_LIGHT,
315
SUN: constants.DIRECTIONAL_LIGHT,
316
SPOT: constants.SPOT_LIGHT,
317
- AREA: constants.AREA_LIGHT,
+ AREA: constants.RECT_AREA_LIGHT,
318
HEMI: constants.HEMISPHERE_LIGHT
319
},
320
CAMERA: {
0 commit comments