diff --git a/release/datafiles/icons_svg/grip_v.svg b/release/datafiles/icons_svg/grip_v.svg new file mode 100644 index 00000000000..a858e0891e7 --- /dev/null +++ b/release/datafiles/icons_svg/grip_v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 5d7a42a7e40..1ed25dcd347 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -401,6 +401,7 @@ if(WITH_BLENDER) greasepencil_layer_group grid grip + grip_v group group_bone group_uvs diff --git a/source/blender/editors/include/UI_icons.hh b/source/blender/editors/include/UI_icons.hh index 62a98646d03..adce49950d1 100644 --- a/source/blender/editors/include/UI_icons.hh +++ b/source/blender/editors/include/UI_icons.hh @@ -122,6 +122,7 @@ DEF_ICON(FULLSCREEN_EXIT) DEF_ICON(GHOST_DISABLED) DEF_ICON(GHOST_ENABLED) DEF_ICON(GRIP) +DEF_ICON(GRIP_V) DEF_ICON(HAND) DEF_ICON(HELP) DEF_ICON(LINKED)