After classifying the colors of bones, I hope there is a button to quickly select bones of the same color. Although it is known that group buttons can also be implemented, this one click selection will be faster
Function request: Hope to add bone selection function of the same color
Currently, Spine does not have a built-in feature to select bones based on their color directly. However, you can use selection groups to achieve a similar result. Selection groups allow you to store and recall selections of bones, which can be very useful for quickly selecting specific sets of bones that you frequently work with.
To create a selection group:
- Select the bones you want to group.
- Press
ctrl+1
(orcmd+1
on Mac) to store the selection in group 1. You can use any number key from 0 to 9.
To recall the selection group:
- Simply press the number key (e.g.,
1
for the first group) without holdingctrl
orcmd
.
This method allows you to quickly select predefined groups of bones, which can be organized by color or any other criteria you choose.
For more information on selection groups, you can refer to the Selection groups section of the Spine User Guide.
It's a decent idea. However, how would you select all bones of the same color? A hotkey? That would make it a 2 step process: select a bone, then press the hotkey to also select all other bones of that color.
is that the yellow square button on the top right corner?
What hotkey would be assigned for this function?
is that the yellow square button on the top right corner?
Yes! Note that the color of the button changes depending on the color of the bone.
What hotkey would be assigned for this function?
A new line Select - Colored Bones
has been added to the Selection
section of the hotkeys.txt file, so set the keys you want to use to it. (By default, no key is set).
Thank You, Misaki!!! :and Spine is amazing1