Select group had been already done, so I added custom shape option only.
It's a bit strange, that this select works quite different than similar thing in edit mode
(selection based on selected items, not on active one).
Details
Details
- Reviewers
Brecht Van Lommel (brecht) - Maniphest Tasks
- T37875: Select Similar for Bones, more options
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/editors/armature/pose_select.c | ||
|---|---|---|
| 803 | SmallHash is mainly for cases when we want to avoid allocs, and when there are very few elements in the hash. Otherwise its generally better to use GHash. (For this patch please use GHash) Note that in this case you could flag use a temporary flag on objects, but using a hash is OK since it can be more easily extended for different kinds of properties without each function needing to have different logic. | |
Comment Actions
Should I also add options like children/siblings also to Pose Mode?
Or add possibility of using only active bone?