-
- Downloads
Collection Manager: Fix T78985. Task: T69577
Refactored the functions get_move_selection and get_move_active to be faster by using sets and looping through all the objects instead of looping through the selected objects and using direct object lookups, except for special cases where direct lookups are actually faster. Removed unneeded calls to get_move_selection and get_move_active.
Showing
- object_collection_manager/__init__.py 1 addition, 1 deletionobject_collection_manager/__init__.py
- object_collection_manager/internals.py 12 additions, 4 deletionsobject_collection_manager/internals.py
- object_collection_manager/qcd_move_widget.py 4 additions, 2 deletionsobject_collection_manager/qcd_move_widget.py
- object_collection_manager/ui.py 15 additions, 8 deletionsobject_collection_manager/ui.py
Loading
Please register or sign in to comment