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:
authorHenrik Dick <weasel>2020-04-14 11:45:53 +0300
committerBastien Montagne <bastien@blender.org>2020-04-14 13:18:22 +0300
commit35b1cc806f76d427139cc0eef1cdd9ef96b671ad (patch)
treeb6c2405a214ffb682bd43133234a35b9477e1de8 /source/blender/makesdna/DNA_modifier_types.h
parentb07e8a24f5c69578c5ccae31848bb0f51fd18700 (diff)
Improve Solidify/Bevel Modifier cooperation
Adds a slider to solidify which allows the user to add bevel weight on the outside or remove bevel weight from the inside. Also includes a very small improvment for working with subsurface modifier where the rim edge in complex solidify will now also have a chance to get a crease if there is only two adjacent edges. Differential Revision: https://developer.blender.org/D7334 Reviewing and minor cleanups: Bastien Montagne (@mont29).
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 431fcb7a243..225842e4b9e 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1177,7 +1177,7 @@ typedef struct SolidifyModifierData {
short mat_ofs_rim;
float merge_tolerance;
- char _pad1[4];
+ float bevel_convex;
} SolidifyModifierData;
/** #SolidifyModifierData.flag */