[Bf-blender-cvs] [849c76a10b2] blender-v3.3-release: Fix T102993: Incorrect icon displaying of Weighted Normal modifier in the outliner

Pratik Borhade noreply at git.blender.org
Thu Jan 12 22:26:57 CET 2023


Commit: 849c76a10b2e6a3f5160ec27c2368e18982f5bba
Author: Pratik Borhade
Date:   Tue Jan 3 14:56:11 2023 +0530
Branches: blender-v3.3-release
https://developer.blender.org/rB849c76a10b2e6a3f5160ec27c2368e18982f5bba

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 af992c00097..ef86f27953b 100644
--- a/source/blender/modifiers/intern/MOD_weighted_normal.c
+++ b/source/blender/modifiers/intern/MOD_weighted_normal.c
@@ -733,7 +733,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