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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-05 07:26:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-05 07:26:49 +0400
commit5fd8ffd242da37ff12e56b05b0e44b0053e5143b (patch)
tree7b260d68b8c5f0b29156deb73c4e9873c0c1e728 /source/blender/modifiers/intern/MOD_weightvgmix.c
parent57411d1c5f1e1043643bf7e5dbd98803c8ff7311 (diff)
- mask_tex_map_obj --> mask_tex_map_object
- dont allow negative min distances
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvgmix.c')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvgmix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.c b/source/blender/modifiers/intern/MOD_weightvgmix.c
index ba5ae5a2d70..a26a3d1e7f4 100644
--- a/source/blender/modifiers/intern/MOD_weightvgmix.c
+++ b/source/blender/modifiers/intern/MOD_weightvgmix.c
@@ -463,4 +463,3 @@ ModifierTypeInfo modifierType_WeightVGMix = {
/* foreachIDLink */ foreachIDLink,
/* foreachTexLink */ foreachTexLink,
};
-