From aa1a1d586e036f196d037332894f8f6ec451c239 Mon Sep 17 00:00:00 2001 From: RedMser Date: Thu, 13 Feb 2025 16:23:42 +0100 Subject: [PATCH] Fix Unreported: Use correct icons for pose markers in Action editor The pose markers were confusing, as the selection state also changed the shape of the icon. `PMARKER_ACT` and `PMARKER_SEL` (resp. active and selected) now look the same. There is no concept any more of an "active" pose marker, but the icon is still there to avoid breaking add-ons that happen to use it. `PMARKER` (unselected) now uses the icon that previously was used for `PMARKER_SEL`. This way the pose markers are always visually different from scene markers. Pull Request: https://projects.blender.org/blender/blender/pulls/132819 --- release/datafiles/icons_svg/pmarker.svg | 2 +- release/datafiles/icons_svg/pmarker_sel.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/datafiles/icons_svg/pmarker.svg b/release/datafiles/icons_svg/pmarker.svg index 74ef50bc734..61ba2f1f5aa 100644 --- a/release/datafiles/icons_svg/pmarker.svg +++ b/release/datafiles/icons_svg/pmarker.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/release/datafiles/icons_svg/pmarker_sel.svg b/release/datafiles/icons_svg/pmarker_sel.svg index 61ba2f1f5aa..087335a9ed9 100644 --- a/release/datafiles/icons_svg/pmarker_sel.svg +++ b/release/datafiles/icons_svg/pmarker_sel.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file