WIP: Animation: Select Grouped operator #104758

Draft
RedMser wants to merge 9 commits from RedMser/blender:animation-select-grouped into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2f43c2dc38 - Show all commits

View File

@ -2209,5 +2209,5 @@ void ACTION_OT_select_grouped(wmOperatorType *ot)
"use_selected_channels",
false,
"Use Selected Channels",
"Only consider keyframes on the same channel as the selected ones");
"Only consider keyframes on the same channels as the selected ones");
}