Modifiers: add icon field to ModifierTypeInfo
With this change `outliner_draw.c` does not have to be edited anymore when a new modifier is added. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D8998
This commit is contained in:
@@ -561,6 +561,7 @@ ModifierTypeInfo modifierType_Hook = {
|
||||
/* type */ eModifierTypeType_OnlyDeform,
|
||||
/* flags */ eModifierTypeFlag_AcceptsCVs | eModifierTypeFlag_AcceptsVertexCosOnly |
|
||||
eModifierTypeFlag_SupportsEditmode,
|
||||
/* icon */ ICON_HOOK,
|
||||
/* copyData */ copyData,
|
||||
|
||||
/* deformVerts */ deformVerts,
|
||||
|
Reference in New Issue
Block a user