Created by: zeffii
This problem will only be noticed if the object that Objects In is referencing requires you to pick up modifier data too - and that requires despgraph evaluation.
the new depsgraph acquisition code, has a problem when a .blend is loaded from disk, it seems
Traceback (most recent call last):
File "C:\Users\zeffi\Desktop\scripts\addons_contrib\sverchok\nodes\scene\objects_mk3.py", line 281, in process
obj = depsgraph.objects[obj.name]
KeyError: 'bpy_prop_collection[key]: key "Sv_0" not found'
depsgraph.objects is empty until triggered or sometehing?
no eta. but maybe the.blend load
handler must be scrutinized. (rather than fixing it in the objects in Process function...)