Merge branch 'blender-v2.93-release'

This commit is contained in:
Pablo Dobarro 2021-05-11 00:19:39 +02:00
commit e19ee2e212
1 changed files with 0 additions and 4 deletions

View File

@ -285,10 +285,6 @@ static bool overlay_should_fade_object(Object *ob, Object *active_object)
return false;
}
if (ob->base_flag & BASE_FROM_DUPLI) {
return false;
}
return true;
}