[Bf-blender-cvs] [e438e8e04ee] master: Fix T102993: Incorrect icon displaying of Weighted Normal modifier in the outliner

Pratik Borhade noreply at git.blender.org
Tue Jan 3 10:28:06 CET 2023


Commit: e438e8e04ee83c194c4be9dea8560c53b3aee429
Author: Pratik Borhade
Date:   Tue Jan 3 14:56:11 2023 +0530
Branches: master
https://developer.blender.org/rBe438e8e04ee83c194c4be9dea8560c53b3aee429

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

===================================================================

M	source/blender/modifiers/intern/MOD_weighted_normal.cc

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.cc b/source/blender/modifiers/intern/MOD_weighted_normal.cc
index 2f68f00ce07..a7278d13093 100644
--- a/source/blender/modifiers/intern/MOD_weighted_normal.cc
+++ b/source/blender/modifiers/intern/MOD_weighted_normal.cc
@@ -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,



More information about the Bf-blender-cvs mailing list