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:
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 29421430e5d..6e1c00bfca8 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1230,12 +1230,14 @@ typedef struct SolidifyModifierData {
char defgrp_name[64];
char shell_defgrp_name[64];
char rim_defgrp_name[64];
- /** New surface offset leve.l*/
+ /** New surface offset level. */
float offset;
- /** Midpoint of the offset . */
+ /** Midpoint of the offset. */
float offset_fac;
- /** factor for the minimum weight to use when vgroups are used,
- * avoids 0.0 weights giving duplicate geometry */
+ /**
+ * Factor for the minimum weight to use when vertex-groups are used,
+ * avoids 0.0 weights giving duplicate geometry.
+ */
float offset_fac_vg;
/** Clamp offset based on surrounding geometry. */
float offset_clamp;