2.6 UI Modifier Icons:
* New Ocean Icon, created by Leon Cheung. Thanks! Approved by Lukas and myself. * New Warp Icon, created by "Zafio" Blender artists Thread where the Icons come from: http://blenderartists.org/forum/showthread.php?243354-Call-for-Modifier-Icons!
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -590,9 +590,9 @@ DEF_ICON(MOD_SCREW)
|
||||
DEF_ICON(MOD_VERTEX_WEIGHT)
|
||||
DEF_ICON(MOD_DYNAMICPAINT)
|
||||
DEF_ICON(MOD_REMESH)
|
||||
DEF_ICON(MOD_OCEAN)
|
||||
DEF_ICON(MOD_WARP)
|
||||
#ifndef DEF_ICON_BLANK_SKIP
|
||||
DEF_ICON(BLANK163)
|
||||
DEF_ICON(BLANK164)
|
||||
DEF_ICON(BLANK165)
|
||||
DEF_ICON(BLANK166)
|
||||
DEF_ICON(BLANK167)
|
||||
|
||||
@@ -1023,7 +1023,9 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
|
||||
case eModifierType_DynamicPaint:
|
||||
UI_icon_draw(x, y, ICON_MOD_DYNAMICPAINT); break;
|
||||
case eModifierType_Ocean:
|
||||
UI_icon_draw(x, y, ICON_MOD_WAVE); break;
|
||||
UI_icon_draw(x, y, ICON_MOD_OCEAN); break;
|
||||
case eModifierType_Warp:
|
||||
UI_icon_draw(x, y, ICON_MOD_WARP); break;
|
||||
default:
|
||||
UI_icon_draw(x, y, ICON_DOT); break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user