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