Page MenuHome

Fix T61670: Copy -> Paste - Pasted elements are not selected
ClosedPublic

Authored by Dalai Felinto (dfelinto) on Mar 20 2019, 2:51 AM.

Details

Summary

The first part of this patch is just a way to improve performance a bit
by not calling BKE_scene_object_base_flag_sync_from_base() twice.

The second is the proper fix for the reported issue.

(T61670)

Diff Detail

Repository
rB Blender
Branch
fix-unselected-pasted-objects (branched from master)
Build Status
Buildable 3191
Build 3191: arc lint + arc unit

Event Timeline

Yes, think that commit is OK in any case, collections instancing should follow FILE_AUTOSELECT just like object instancing does.

This revision is now accepted and ready to land.Mar 20 2019, 10:16 AM
This revision was automatically updated to reflect the committed changes.