[Bf-blender-cvs] [007b790] temp-modifier-deltamush-experimental: correct outliner icon

Campbell Barton noreply at git.blender.org
Mon Mar 30 20:21:06 CEST 2015


Commit: 007b79059637f29bfcbfec03146ed123280909ae
Author: Campbell Barton
Date:   Tue Mar 31 02:02:52 2015 +1100
Branches: temp-modifier-deltamush-experimental
https://developer.blender.org/rB007b79059637f29bfcbfec03146ed123280909ae

correct outliner icon

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

M	source/blender/editors/space_outliner/outliner_draw.c

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

diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 4ec619d..fe53596 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1122,6 +1122,7 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
 						UI_icon_draw(x, y, ICON_MOD_BEVEL); break;
 					case eModifierType_Smooth:
 					case eModifierType_LaplacianSmooth:
+					case eModifierType_CorrectiveSmooth:
 						UI_icon_draw(x, y, ICON_MOD_SMOOTH); break;
 					case eModifierType_SimpleDeform:
 						UI_icon_draw(x, y, ICON_MOD_SIMPLEDEFORM); break;
@@ -1170,8 +1171,6 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
 						UI_icon_draw(x, y, ICON_MOD_DATA_TRANSFER); break;
 					case eModifierType_NormalEdit:
 						UI_icon_draw(x, y, ICON_MOD_NORMALEDIT); break;
-					case eModifierType_CorrectiveSmooth:
-						UI_icon_draw(x, y, ICON_DOT); break;
 					/* Default */
 					case eModifierType_None:
 					case eModifierType_ShapeKey:




More information about the Bf-blender-cvs mailing list