From ae129da4f72904b31f7c6f593fc778cdefec8a5a Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 29 Jul 2024 20:37:21 +0200 Subject: [PATCH] UI: new Geometry Set icon This icon can be used when refering to a "geometry set" which can contain potentially multiple geometries of different types (such as mesh, volume, etc.). It was designed by Simon Thommes as part of #125293. --- release/datafiles/icons_svg/geometry_set.svg | 421 ++++++++++++++++++ .../blender/editors/datafiles/CMakeLists.txt | 1 + source/blender/editors/include/UI_icons.hh | 1 + 3 files changed, 423 insertions(+) create mode 100644 release/datafiles/icons_svg/geometry_set.svg diff --git a/release/datafiles/icons_svg/geometry_set.svg b/release/datafiles/icons_svg/geometry_set.svg new file mode 100644 index 00000000000..c1bca72871f --- /dev/null +++ b/release/datafiles/icons_svg/geometry_set.svg @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 7cf5df467d9..ee14c8b50fd 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -354,6 +354,7 @@ if(WITH_BLENDER) fullscreen_exit fund geometry_nodes + geometry_set ghost_disabled ghost_enabled gizmo diff --git a/source/blender/editors/include/UI_icons.hh b/source/blender/editors/include/UI_icons.hh index 787d3bb76c9..8af6211e305 100644 --- a/source/blender/editors/include/UI_icons.hh +++ b/source/blender/editors/include/UI_icons.hh @@ -159,6 +159,7 @@ DEF_ICON(PREFERENCES) DEF_ICON(TIME) DEF_ICON(NODETREE) DEF_ICON_MODIFIER(GEOMETRY_NODES) +DEF_ICON(GEOMETRY_SET) DEF_ICON(CONSOLE) DEF_ICON(TRACKER) DEF_ICON(ASSET_MANAGER)