Unable to resize or align Buttons in Selector
Trying to resize or align buttons has no effect and gives the following message. This happens whether or not I have a button (or buttons) selected.
# Traceback (most recent call last):
# File "/Users/Shared/Autodesk/ApplicationAddins/rrm3/Contents/scripts/selector/gui/selector_functions.py", line 275, in resize_buttons
# buttons = get_seleted_buttons(button)
# File "/Users/Shared/Autodesk/ApplicationAddins/rrm3/Contents/scripts/selector/gui/selector_functions.py", line 21, in get_seleted_buttons
# selected_buttons = button.ctrl_picker_view.highlighted_buttons
# AttributeError: 'QGraphicsViewRubberBand' object has no attribute 'highlighted_buttons'28 Views

This is something I have not been able to solve yet with PyQt. Even though it highlights as if selected when clicked, the code does not recognize that, so the only way currently is to drag select, as you mentioned.