Commit: e5e44c01f20d6d1b7d0b0700127b3cd512fb1ad9
Author: Luca Rood
Date:   Mon Feb 6 01:22:13 2017 -0200
Branches: surface-deform-modifier
https://developer.blender.org/rBe5e44c01f20d6d1b7d0b0700127b3cd512fb1ad9

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 33a5a7ca7b..c19b3e63f9 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1125,6 +1125,7 @@ static void tselem_draw_icon(uiBlock *block, int xmax, 
float x, float y, TreeSto
                                        case eModifierType_Cast:
                                                UI_icon_draw(x, y, 
ICON_MOD_CAST); break;
                                        case eModifierType_MeshDeform:
+                                       case eModifierType_SurfaceDeform:
                                                UI_icon_draw(x, y, 
ICON_MOD_MESHDEFORM); break;
                                        case eModifierType_Bevel:
                                                UI_icon_draw(x, y, 
ICON_MOD_BEVEL); break;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to