Files
test2/source/blender/editors
Pratik Borhade e24f46b12b Outliner: Support duplicating selected collections
Duplicating collection doesn't work when multiple collections are
selected, instead first selected collection is just duplicated. Now fixed
by iterating over list of selected collections returned by
`outliner_collect_selected_parent_collections` after traversing. In that
function, child collections are skipped if parent collection is already
selected, this avoids extra copies from being generated (i.e creates one
copy of nested collections).

Resolves #139651

Pull Request: https://projects.blender.org/blender/blender/pulls/139719
2025-06-04 11:00:44 +02:00
..
2025-06-03 14:42:06 +02:00