Modifiers: add callback to loop over each texture assigned to a modifier.

This commit is contained in:
2011-08-12 18:11:22 +00:00
parent e4bdb6e95a
commit c265a686d8
38 changed files with 84 additions and 3 deletions

View File

@@ -289,4 +289,5 @@ ModifierTypeInfo modifierType_Hook = {
/* dependsOnNormals */ NULL,
/* foreachObjectLink */ foreachObjectLink,
/* foreachIDLink */ NULL,
/* foreachTexLink */ NULL,
};