Merge branch 'blender-v4.5-release'

This commit is contained in:
Philipp Oeser
2025-06-19 18:41:56 +02:00

View File

@@ -2096,11 +2096,12 @@ int UI_icon_from_idcode(const int idcode)
return ICON_WORKSPACE;
case ID_GP:
return ICON_OUTLINER_DATA_GREASEPENCIL;
case ID_KE:
return ICON_SHAPEKEY_DATA;
/* No icons for these ID-types. */
case ID_LI:
case ID_IP:
case ID_KE:
case ID_SCR:
case ID_WM:
break;