Fix T49985: cycles standalone XML missing distant lights.

This commit is contained in:
Brecht Van Lommel 2016-11-12 15:26:51 +01:00
parent 188ecee642
commit 478e59a04e
Notes: blender-bot 2023-02-14 07:25:48 +01:00
Referenced by issue #49985, Cycles Stand Alone Node Connect Issue
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ NODE_DEFINE(Light)
static NodeEnum type_enum;
type_enum.insert("point", LIGHT_POINT);
type_enum.insert("distant", LIGHT_DISTANT);
type_enum.insert("background", LIGHT_BACKGROUND);
type_enum.insert("area", LIGHT_AREA);
type_enum.insert("spot", LIGHT_SPOT);