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_hook.c
parente4bdb6e95a6f2a0365901ed8d1cba698f19d6d39 (diff)
Modifiers: add callback to loop over each texture assigned to a modifier.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_hook.c')
-rw-r--r--source/blender/modifiers/intern/MOD_hook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_hook.c b/source/blender/modifiers/intern/MOD_hook.c
index ea8d602dd7a..785abc7d4d1 100644
--- a/source/blender/modifiers/intern/MOD_hook.c
+++ b/source/blender/modifiers/intern/MOD_hook.c
@@ -289,4 +289,5 @@ ModifierTypeInfo modifierType_Hook = {
/* dependsOnNormals */ NULL,
/* foreachObjectLink */ foreachObjectLink,
/* foreachIDLink */ NULL,
+ /* foreachTexLink */ NULL,
};