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. --- source/blender/makesdna/DNA_scene_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 733d2fbab30..b0da74a13d8 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -738,7 +738,7 @@ typedef struct RenderData { short simplify_subsurf; short simplify_subsurf_render; short simplify_gpencil; - short pad10; + short simplify_smoke_ignore_highres; float simplify_particles; float simplify_particles_render; -- cgit v1.2.3