summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-30 18:33:34 +0200
committerGitHub <noreply@github.com>2019-04-30 18:33:34 +0200
commitdd2cd06165670bb0d78bf4aa397935be15716e76 (patch)
tree87017115deb9dafbc9f6ee7e003e024f1d5f48cf /doc
parent06440408727cf30c2220b1a9225b14467302a8d0 (diff)
parentde33ef2d1b94c1d3acc1cfa708665c99d0d0bb43 (diff)
Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove
Disable GI probe capturing lights with bake mode disabled
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/VisualServer.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml
index 87bf0b79b6..c85a2c4b38 100644
--- a/doc/classes/VisualServer.xml
+++ b/doc/classes/VisualServer.xml
@@ -2003,6 +2003,17 @@
<description>
</description>
</method>
+ <method name="light_set_use_gi">
+ <return type="void">
+ </return>
+ <argument index="0" name="light" type="RID">
+ </argument>
+ <argument index="1" name="enabled" type="bool">
+ </argument>
+ <description>
+ Sets whether GI probes capture light information from this light.
+ </description>
+ </method>
<method name="light_set_color">
<return type="void">
</return>