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
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 19:55:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 19:55:24 +0300
commit6e40e3489f6d43e07da04a034ee564c9134149bb (patch)
tree8b82f45050f7e8bfecece9aec561e6759fe34edc /intern
parent14c00cda39dcae945611a3de34d9030b000f2649 (diff)
Add global control over disabling high-resolution smoke draw
Can be found in the viewport's simplify panel, allows to easily disable high-res display for all the smokes in the scene.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index d8a67c11355..ea2b257a12c 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1912,7 +1912,7 @@ class CYCLES_RENDER_PT_simplify_viewport(CyclesButtonsPanel, Panel):
col.prop(rd, "simplify_child_particles", text="Child Particles")
col.prop(cscene, "texture_limit", text="Texture Limit")
col.prop(cscene, "ao_bounces", text="AO Bounces")
-
+ col.prop(rd, "use_simplify_smoke_highres")
class CYCLES_RENDER_PT_simplify_render(CyclesButtonsPanel, Panel):
bl_label = "Render"