Fix T102993: Incorrect icon displaying of Weighted Normal modifier in the outliner
Mistake in {rBd15e8bdaa3343cf97a74f918b2570e66fb7abfa0}
Reviewed by: JacquesLucke
Differential Revision: https://developer.blender.org/D16890
This commit is contained in:
@@ -738,7 +738,7 @@ ModifierTypeInfo modifierType_WeightedNormal = {
|
||||
/* type */ eModifierTypeType_Constructive,
|
||||
/* flags */ eModifierTypeFlag_AcceptsMesh | eModifierTypeFlag_SupportsMapping |
|
||||
eModifierTypeFlag_SupportsEditmode | eModifierTypeFlag_EnableInEditmode,
|
||||
/* icon */ ICON_MOD_VERTEX_WEIGHT,
|
||||
/* icon */ ICON_MOD_NORMALEDIT,
|
||||
|
||||
/* copyData */ BKE_modifier_copydata_generic,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user