Fix #116320: Crash assigning bone to collection of other armature #116328

Merged
Pratik Borhade merged 1 commits from PratikPB2123/blender:116320-bone-collection-crash into main 2023-12-22 12:32:03 +01:00

1 Commits

Author SHA1 Message Date
Pratik Borhade 800c78661a Fix #116320: Crash assigning bone to collection of other armature
`Move to collection` popup shows collections of active armature. So when
bone of "non-active" armature is selected, crash will be triggered after
assigning it a bone-collection of active armature.
To fix the crash, remove multi-object editing code since it's only
possible to operate on active armature/object
2023-12-19 15:57:38 +05:30