Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove

Disable GI probe capturing lights with bake mode disabled
This commit is contained in:
Rémi Verschelde 2019-04-30 18:33:34 +02:00 committed by GitHub
commit dd2cd06165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 67 additions and 0 deletions

View file

@ -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>