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>2017-08-21 08:41:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-21 08:41:03 +0300
commit3e555d3d785b17bf9398d7666d5131c994da8c6b (patch)
treed15aaa353e31ed2acbd105d2b48ac4b1c99ea1e5 /intern/cycles/blender/addon/properties.py
parentd007828ae78d66cdcc005d9ba3ad57e987f0190a (diff)
parent0033f0e161d984b38d3a36d18448f16baef121aa (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/cycles/blender/addon/properties.py')
-rw-r--r--intern/cycles/blender/addon/properties.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index cd71183acb6..a50da3634f3 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -172,6 +172,12 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
default='PATH',
)
+ cls.use_square_samples = BoolProperty(
+ name="Square Samples",
+ description="Square sampling values for easier artist control",
+ default=False,
+ )
+
cls.samples = IntProperty(
name="Samples",
description="Number of samples to render for each pixel",