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