Fix: typo in enum of 'Select Grouped' operator in pose mode

This fixes a typo introduced in v4.5. Instead of `type="SIBILINGS"`,
use `type="SIBLINGS"`.

Pull Request: https://projects.blender.org/blender/blender/pulls/146764
This commit is contained in:
luz paz
2025-10-03 12:09:12 +02:00
committed by Sybren A. Stüvel
parent ce29226a6c
commit ea6cdd2b67

View File

@@ -1256,7 +1256,7 @@ void POSE_OT_select_grouped(wmOperatorType *ot)
"Parents",
"Select the parents of currently selected bones"},
{int(SelectRelatedMode::SIBLINGS),
"SIBILINGS",
"SIBLINGS",
0,
"Siblings",
"Select all bones that have the same parent as currently selected bones"},