remove scn.picker : not longer exists

This commit is contained in:
florentin.luce 2025-06-11 14:50:27 +02:00
parent e1abb88b7e
commit e6c9dde63c

View File

@ -130,9 +130,8 @@ class RP_OT_box_select(Operator):
return {'RUNNING_MODAL'}
def release_event(self, context):
scn = context.scene
if scn.rig_picker.use_pick_bone:
if get_picker_collection():
self.picker.assign_bone_event()
elif (self.start_mouse[0] != self.mouse[0] or self.start_mouse[1] != self.mouse[1]):