Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/scene/light.h')
-rw-r--r--intern/cycles/scene/light.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/scene/light.h b/intern/cycles/scene/light.h
index 25190f6fb63..5b852f210fc 100644
--- a/intern/cycles/scene/light.h
+++ b/intern/cycles/scene/light.h
@@ -71,6 +71,8 @@ class Light : public Node {
NODE_SOCKET_API(int, max_bounces)
NODE_SOCKET_API(uint, random_id)
+ NODE_SOCKET_API(ustring, lightgroup)
+
void tag_update(Scene *scene);
/* Check whether the light has contribution the scene. */