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)