Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-21 17:43:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-21 17:43:39 +0300
commit78653cfb8cf53074a107e09bfe46c36192aa54d7 (patch)
tree5f5065ed0d7725f7a1e91cc7dd1eb116b581a062 /intern/cycles/blender/addon/version_update.py
parentc45a3b80e2356a952248eaafaeeec48b28bcb0fd (diff)
parent84dbf949d7263d22b8b87f1532a00db80ac12fab (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/cycles/blender/addon/version_update.py')
-rw-r--r--intern/cycles/blender/addon/version_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/version_update.py b/intern/cycles/blender/addon/version_update.py
index d3948f8fbb5..3334ccd65fd 100644
--- a/intern/cycles/blender/addon/version_update.py
+++ b/intern/cycles/blender/addon/version_update.py
@@ -481,7 +481,7 @@ def do_versions(self):
cworld = world.cycles
# World MIS
if not cworld.is_property_set("sampling_method"):
- if cworld.get("sample_as_light", False):
+ if cworld.get("sample_as_light", True):
cworld.sampling_method = 'MANUAL'
else:
cworld.sampling_method = 'NONE'