Skip to content
Snippets Groups Projects
  • Ryan Inch's avatar
    177ca9ae
    Collection Manager: Fix T78985. Task: T69577 · 177ca9ae
    Ryan Inch authored
    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.
    177ca9ae
    History
    Collection Manager: Fix T78985. Task: T69577
    Ryan Inch authored
    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.