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:
Pratik Borhade 2023-01-03 14:56:11 +05:30 committed by Philipp Oeser
parent fb99a3fa48
commit cdc10a9283
Notes: blender-bot 2023-02-14 09:48:25 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
Referenced by issue #102993, Regression: Incorrect icon displaying of Weighted Normal modifier in the outliner
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,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,