[Bf-blender-cvs] [cdc10a92836] blender-v2.93-release: Fix T102993: Incorrect icon displaying of Weighted Normal modifier in the outliner

Pratik Borhade noreply at git.blender.org
Fri Jan 13 10:21:51 CET 2023


Commit: cdc10a9283677e3804a67247da8578fcc2722ae0
Author: Pratik Borhade
Date:   Tue Jan 3 14:56:11 2023 +0530
Branches: blender-v2.93-release
https://developer.blender.org/rBcdc10a9283677e3804a67247da8578fcc2722ae0

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.c

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

diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.c b/source/blender/modifiers/intern/MOD_weighted_normal.c
index 40265e37db9..f720c3cae3c 100644
--- a/source/blender/modifiers/intern/MOD_weighted_normal.c
+++ b/source/blender/modifiers/intern/MOD_weighted_normal.c
@@ -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,



More information about the Bf-blender-cvs mailing list