From de33ef2d1b94c1d3acc1cfa708665c99d0d0bb43 Mon Sep 17 00:00:00 2001 From: Daniel Rakos Date: Tue, 23 Apr 2019 11:36:36 +0200 Subject: Disable GI probe capturing lights with bake mode disabled The bake mode property of lights previously didn't affect GI probes. This change makes the GI probe ignore lights that have their bake mode set to disabled. --- doc/classes/VisualServer.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 26a6bae48c..8ae3767ae3 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1986,6 +1986,17 @@ + + + + + + + + + Sets whether GI probes capture light information from this light. + + -- cgit v1.2.3