From 6e40e3489f6d43e07da04a034ee564c9134149bb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 15 Feb 2019 17:55:24 +0100 Subject: 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. --- intern/cycles/blender/addon/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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" -- cgit v1.2.3