[Bf-blender-cvs] [e5e44c01f2] surface-deform-modifier: icon

Luca Rood noreply at git.blender.org
Mon Feb 6 04:23:43 CET 2017


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;




More information about the Bf-blender-cvs mailing list