Skip to content

Commit

Permalink
fix for 4054-3d-view-object-mode-animation-missing-icon-to-clear-acti…
Browse files Browse the repository at this point in the history
…ve-keying-set

-- added icon for keyring sets in the 3D View popup menu
  • Loading branch information
Blenux committed Feb 9, 2024
1 parent ebe2b57 commit 74e071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/blender/editors/animation/keyingsets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ static void build_keyingset_enum(bContext *C, EnumPropertyItem **item, int *toti
item_tmp.name = keyingset->name;
item_tmp.description = keyingset->description;
item_tmp.value = enum_index;
item_tmp.icon = ICON_KEYINGSET;
RNA_enum_item_add(item, totitem, &item_tmp);
}
}
Expand Down

0 comments on commit 74e071d

Please sign in to comment.