Commit: 1628531b18d878a6ac11e8e8cb55d57271a5a9ac
Author: Campbell Barton
Date:   Mon Nov 3 17:16:04 2014 +0100
Branches: temp_custom_loop_normals
https://developer.blender.org/rB1628531b18d878a6ac11e8e8cb55d57271a5a9ac

Add missing icon switch

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

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 fb4646b..d186d77 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1022,6 +1022,8 @@ static void tselem_draw_icon(uiBlock *block, int xmax, 
float x, float y, TreeSto
                                                UI_icon_draw(x, y, 
ICON_MOD_MESHDEFORM); break;  /* XXX, needs own icon */
                                        case eModifierType_SetSplitNormal:
                                                UI_icon_draw(x, y, 
ICON_MOD_SETSPLITNORMAL); break;
+                                       case eModifierType_CopySplitNormal:
+                                               UI_icon_draw(x, y, 
ICON_MOD_SETSPLITNORMAL); break;  /* XXX, needs own icon */
                                        /* Default */
                                        case eModifierType_None:
                                        case eModifierType_ShapeKey:

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to