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:
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 /source/blender/makesdna/DNA_scene_types.h
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 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
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;