[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47367] trunk/blender/source/blender/ editors/space_outliner/outliner_draw.c: Bugfix: Bone Groups now displayed with correct icon in Outliner

Joshua Leung aligorith at gmail.com
Sun Jun 3 12:24:01 CEST 2012


Revision: 47367
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47367
Author:   aligorith
Date:     2012-06-03 10:23:48 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
Bugfix: Bone Groups now displayed with correct icon in Outliner

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

Modified: trunk/blender/source/blender/editors/space_outliner/outliner_draw.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/outliner_draw.c	2012-06-03 09:50:17 UTC (rev 47366)
+++ trunk/blender/source/blender/editors/space_outliner/outliner_draw.c	2012-06-03 10:23:48 UTC (rev 47367)
@@ -1040,7 +1040,7 @@
 			case TSE_LINKED_MAT:
 				UI_icon_draw(x, y, ICON_MATERIAL_DATA); break;
 			case TSE_POSEGRP_BASE:
-				UI_icon_draw(x, y, ICON_VERTEXSEL); break;
+				UI_icon_draw(x, y, ICON_GROUP_BONE); break;
 			case TSE_SEQUENCE:
 				if (te->idcode == SEQ_MOVIE)
 					UI_icon_draw(x, y, ICON_SEQUENCE);




More information about the Bf-blender-cvs mailing list