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

@@ -689,5 +689,6 @@ ModifierTypeInfo modifierType_Solidify = {
/* dependsOnTime */ NULL,
/* dependsOnNormals */ NULL,
/* foreachObjectLink */ NULL,
/* foreachIDLink */ NULL
/* foreachIDLink */ NULL,
/* foreachTexLink */ NULL,
};