[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32821] trunk/blender/source/blender/ editors/include/UI_icons.h: Fix #24464: missing icons.

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Nov 1 23:28:58 CET 2010


Revision: 32821
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32821
Author:   blendix
Date:     2010-11-01 23:28:58 +0100 (Mon, 01 Nov 2010)

Log Message:
-----------
Fix #24464: missing icons. It looks like there were some icons still named
from the 2.4 them but they were never in the 2.5 theme, so marked as BLANK
now.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/UI_icons.h

Modified: trunk/blender/source/blender/editors/include/UI_icons.h
===================================================================
--- trunk/blender/source/blender/editors/include/UI_icons.h	2010-11-01 22:26:56 UTC (rev 32820)
+++ trunk/blender/source/blender/editors/include/UI_icons.h	2010-11-01 22:28:58 UTC (rev 32821)
@@ -45,7 +45,7 @@
 DEF_ICON(ICON_RADIOBUT_OFF)
 DEF_ICON(ICON_RADIOBUT_ON)
 DEF_ICON(ICON_MENU_PANEL)
-DEF_ICON(ICON_PYTHON)
+DEF_ICON(ICON_BLANK002)
 DEF_ICON(ICON_BLANK003)
 DEF_ICON(ICON_DOT)
 DEF_ICON(ICON_BLANK004)
@@ -621,7 +621,7 @@
 DEF_ICON(ICON_VERTEXSEL)
 DEF_ICON(ICON_EDGESEL)
 DEF_ICON(ICON_FACESEL)
-DEF_ICON(ICON_LINKEDSEL)
+DEF_ICON(ICON_BLANK209)
 DEF_ICON(ICON_BLANK210)
 DEF_ICON(ICON_ROTATE)
 DEF_ICON(ICON_CURSOR)
@@ -658,7 +658,7 @@
 DEF_ICON(ICON_SNAP_EDGE)
 DEF_ICON(ICON_SNAP_FACE)
 DEF_ICON(ICON_SNAP_VOLUME)
-DEF_ICON(ICON_UVS_FACE)
+DEF_ICON(ICON_BLANK220)
 DEF_ICON(ICON_STICKY_UVS_LOC)
 DEF_ICON(ICON_STICKY_UVS_DISABLE)
 DEF_ICON(ICON_STICKY_UVS_VERT)
@@ -666,8 +666,8 @@
 DEF_ICON(ICON_CLIPUV_HLT)
 DEF_ICON(ICON_SNAP_PEEL_OBJECT)
 DEF_ICON(ICON_GRID)
-DEF_ICON(ICON_GEARS)
 DEF_ICON(ICON_BLANK221)
+DEF_ICON(ICON_BLANK222)
 DEF_ICON(ICON_BLANK224)
 DEF_ICON(ICON_BLANK225)
 DEF_ICON(ICON_BLANK226)
@@ -709,11 +709,11 @@
 DEF_ICON(ICON_POTATO)
 DEF_ICON(ICON_BLANK248)
 DEF_ICON(ICON_ORTHO)
-DEF_ICON(ICON_ORTHO_OFF)
-DEF_ICON(ICON_CAMERA)
+DEF_ICON(ICON_BLANK249)
+DEF_ICON(ICON_BLANK250)
 DEF_ICON(ICON_LOCKVIEW_OFF)
 DEF_ICON(ICON_LOCKVIEW_ON)
-DEF_ICON(ICON_BLANK250)
+DEF_ICON(ICON_BLANK251)
 DEF_ICON(ICON_AXIS_SIDE)
 DEF_ICON(ICON_AXIS_FRONT)
 DEF_ICON(ICON_AXIS_TOP)





More information about the Bf-blender-cvs mailing list