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:
authorAaron Carlisle <Blendify>2020-03-26 23:28:06 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-03-26 23:29:08 +0300
commita921a4daad437e8ef00adc1f7076449a7cf505e0 (patch)
tree84e7c0d0c07deff755d13412d35009d335cb4e9e /intern/cycles/blender
parent56e0249489ce89954a54d5006ddf4147dd02e208 (diff)
Mantaflow: remove reminents of high res smoke
It appears this slipped through the code review Reviewed By: sebbas Differential Revision: https://developer.blender.org/D6760
Diffstat (limited to 'intern/cycles/blender')
-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 37675c5699d..0ef813d9636 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -2086,7 +2086,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"