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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-08-23 16:33:45 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-08-23 16:33:45 +0400
commitcd6f93bdc905e811da79df64f8016d5d27b6ad72 (patch)
tree79f659a4c4122b4c78f158bf631169a58f76e7ad /source/blender/makesdna/DNA_modifier_types.h
parent2dee23fad42616ac149f01bc23126365e3b18995 (diff)
vgroup_modifiers: Definitively removed addtionnal mapping/clamping options in WeightVGEdit mod, including from DNA struct.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 61db9230b66..83b82972cef 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -803,16 +803,11 @@ typedef struct WeightVGEditModifierData {
float default_weight; /* Weight for vertices not in vgroup. */
/* Mapping stuff. */
- float map_org_min, map_org_max; /* Deprecated, keeping for file compatibility for now... */
- float map_new_min, map_new_max; /* Deprecated, keeping for file compatibility for now... */
struct CurveMapping *cmap_curve; /* The custom mapping curve! */
/* The add/remove vertices weight thresholds. */
float add_threshold, rem_threshold;
- /* Clamping options. */
- float clamp_weight_min, clamp_weight_max; /* Deprecated, keeping for file compatibility for now... */
-
/* Masking options. */
float mask_constant; /* The global “influence”, if no vgroup nor tex is used as mask. */
/* Name of mask vertex group from which to get weight factors. */