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:
authorDilith Jayakody <dilithjay@gmail.com>2022-04-03 05:38:54 +0300
committerDilith Jayakody <dilithjay@gmail.com>2022-04-03 05:38:54 +0300
commitbb44667a2e8f9c91548a574443e750583918e996 (patch)
tree12347d0a95971a9b7cd7d11786ccc2f948b214c6 /intern/cycles/scene/background.h
parent2579367c93296eb2ab1da0b51dc107287dc09fd3 (diff)
parent79ff65d07bac0ecf0170542f86dc03a0228b53d5 (diff)
Merge branch 'master' into soc-2021-curvessoc-2021-curves
Diffstat (limited to 'intern/cycles/scene/background.h')
-rw-r--r--intern/cycles/scene/background.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/scene/background.h b/intern/cycles/scene/background.h
index bbffce6e30a..50b4368d708 100644
--- a/intern/cycles/scene/background.h
+++ b/intern/cycles/scene/background.h
@@ -30,6 +30,8 @@ class Background : public Node {
NODE_SOCKET_API(float, volume_step_size)
+ NODE_SOCKET_API(ustring, lightgroup)
+
Background();
~Background();