def scene_root_objects()

in point_e/evals/scripts/blender_script.py [0:0]


def scene_root_objects():
    for obj in bpy.context.scene.objects.values():
        if not obj.parent:
            yield obj