[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26661] trunk/blender/source/blender/ editors/space_outliner/outliner.c: Outliner:

Thomas Dinges dingto at gmx.de
Sun Feb 7 11:04:19 CET 2010


Revision: 26661
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26661
Author:   dingto
Date:     2010-02-07 11:04:18 +0100 (Sun, 07 Feb 2010)

Log Message:
-----------
Outliner:
Modifier Icons for Smoke and Solidify were missing. 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_outliner/outliner.c

Modified: trunk/blender/source/blender/editors/space_outliner/outliner.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/outliner.c	2010-02-07 10:00:27 UTC (rev 26660)
+++ trunk/blender/source/blender/editors/space_outliner/outliner.c	2010-02-07 10:04:18 UTC (rev 26661)
@@ -4206,6 +4206,10 @@
 						UI_icon_draw(x, y, ICON_MOD_FLUIDSIM); break;
 					case eModifierType_Multires:
 						UI_icon_draw(x, y, ICON_MOD_MULTIRES); break;
+					case eModifierType_Smoke:
+						UI_icon_draw(x, y, ICON_MOD_SMOKE); break;
+					case eModifierType_Solidify:
+						UI_icon_draw(x, y, ICON_MOD_SOLIDIFY); break;
 					default:
 						UI_icon_draw(x, y, ICON_DOT); break;
 				}





More information about the Bf-blender-cvs mailing list