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 /source/blender/makesdna
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 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index c1a6265b53b..7837c1265ab 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -731,13 +731,12 @@ typedef struct RenderData {
char seq_rend_type;
/** Flag use for sequence render/draw. */
char seq_flag;
- char _pad5[5];
+ char _pad5[7];
/* render simplify */
short simplify_subsurf;
short simplify_subsurf_render;
short simplify_gpencil;
- short simplify_smoke_ignore_highres;
float simplify_particles;
float simplify_particles_render;