diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-30 18:33:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 18:33:34 +0200 |
commit | dd2cd06165670bb0d78bf4aa397935be15716e76 (patch) | |
tree | 87017115deb9dafbc9f6ee7e003e024f1d5f48cf /doc | |
parent | 06440408727cf30c2220b1a9225b14467302a8d0 (diff) | |
parent | de33ef2d1b94c1d3acc1cfa708665c99d0d0bb43 (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.xml | 11 |
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> |