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'
Thanks, Dustin, that did fix my problem!
I find I have to drag-select buttons to get the resize and align to work. Just clicking a button and hitting resize doesn't do anything. Easy enough to work around.