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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 36d21b28b1f..042cf7e874f 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1684,10 +1684,10 @@ typedef struct CorrectiveSmoothDeltaCache {
/* Value of settings when creating the cache.
* These are used to check if the cache should be recomputed. */
- float lambda;
+ float lambda, scale;
short repeat, flag;
char smooth_type, rest_source;
- char _pad[2];
+ char _pad[6];
} CorrectiveSmoothDeltaCache;
typedef struct CorrectiveSmoothModifierData {
@@ -1700,10 +1700,10 @@ typedef struct CorrectiveSmoothModifierData {
/* note: -1 is used to bind */
unsigned int bind_coords_num;
- float lambda;
+ float lambda, scale;
short repeat, flag;
char smooth_type, rest_source;
- char _pad[2];
+ char _pad[6];
/** MAX_VGROUP_NAME. */
char defgrp_name[64];