mirror of
https://github.com/godotengine/godot-blender-exporter.git
synced 2026-01-04 14:09:56 +03:00
Cycles lights are implemented using the node tree, and this patch
doesn't attempt to handle all the possibilities that enables.
However, it does succeed in exporting the basic options you can tweak
in the light settings panel, including:
- RGB Color (no alpha)
- Energy
- Negative Light (for strength < 0)
- Shadows enabled/disabled
This also removes the use_sphere check as cycles lights do not support
limited distance or use_sphere.
Fixes #150.
(cherry picked from commit b57cee82f3)