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.
This commit is contained in:
Sergey Sharybin
2019-02-15 17:55:24 +01:00
parent 14c00cda39
commit 6e40e3489f
8 changed files with 37 additions and 7 deletions

View File

@@ -614,6 +614,9 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, Panel):
col = flow.column()
col.prop(rd, "simplify_child_particles", text="Max Child Particles")
col = flow.column()
col.prop(rd, "use_simplify_smoke_highres")
class RENDER_PT_simplify_render(RenderButtonsPanel, Panel):
bl_label = "Render"