Better fix for duplicate objects not moving them

(original fix on 51a977a86f)
This commit is contained in:
Dalai Felinto 2017-05-04 00:21:28 +02:00
parent b1858b4d2f
commit e87ddda149
Notes: blender-bot 2023-02-13 12:01:38 +01:00
Referenced by commit cffe15e9c9, Fix all objects being selected when opening pre-2.80 files
1 changed files with 0 additions and 3 deletions

View File

@ -791,9 +791,6 @@ static void layer_collection_object_add(SceneLayer *sl, LayerCollection *lc, Obj
if (is_selectable) {
base->flag |= BASE_SELECTABLED;
}
if (ob->base_flag) {
base->flag |= BASE_SELECTED;
}