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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-12 22:11:22 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-12 22:11:22 +0400
commitc265a686d8ef83c4606a8c8846795b5b381a3dff (patch)
tree86b9c220c828244731c187df32b3f5d04ec6a3a8 /source/blender/modifiers/intern/MOD_subsurf.c
parente4bdb6e95a6f2a0365901ed8d1cba698f19d6d39 (diff)
Modifiers: add callback to loop over each texture assigned to a modifier.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_subsurf.c')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index f780721ca07..6c825b213b8 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -152,4 +152,6 @@ ModifierTypeInfo modifierType_Subsurf = {
/* dependsOnNormals */ NULL,
/* foreachObjectLink */ NULL,
/* foreachIDLink */ NULL,
+ /* foreachTexLink */ NULL,
};
+