Fix #113774: Select objects doesn't work for multiple selected Collections #113831

Merged
Pratik Borhade merged 3 commits from PratikPB2123/blender:113774-col-sel-object into main 2024-01-30 12:31:12 +01:00

3 Commits

Author SHA1 Message Date
Pratik Borhade 4e3cb58681 Free list before returning 2023-11-22 17:51:02 +05:30
Pratik Borhade 179173d8cc Merge branch 'main' into 113774-col-sel-object 2023-11-22 17:28:51 +05:30
Pratik Borhade 6f8f57df87 Fix #113774: Select objects doesn't work for multiple selected Collections
Current method only considers first selected collection in the outliner
tree. This restricts user from selecting objects of multiple selected
collections. To fix this, first gather all the selected collections in
list with the help of `outliner_collect_selected_collections` traverse
function. Then iterate through layer collections to select base/objects
2023-10-17 17:12:35 +05:30