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-08-16 10:30:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-16 10:30:14 +0400
commit55a560c0c4578de7d7378fdc3a3f533adce05b8c (patch)
treee0591531a26140e65748ca9853dd497af19a802a /source/blender/modifiers/intern/MOD_armature.c
parentec5d518300ec981d902fae6a45454ff0ae94269a (diff)
parent0b23d378fbac8e76d4885c3485a4dbf158aab136 (diff)
svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/modifiers/intern/MOD_armature.c')
-rw-r--r--source/blender/modifiers/intern/MOD_armature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_armature.c b/source/blender/modifiers/intern/MOD_armature.c
index 4e520f19f58..b74918601e0 100644
--- a/source/blender/modifiers/intern/MOD_armature.c
+++ b/source/blender/modifiers/intern/MOD_armature.c
@@ -213,4 +213,5 @@ ModifierTypeInfo modifierType_Armature = {
/* dependsOnNormals */ NULL,
/* foreachObjectLink */ foreachObjectLink,
/* foreachIDLink */ NULL,
+ /* foreachTexLink */ NULL,
};