MCPcopy Create free account
hub / github.com/TCXX/ObjaversePlusPlus / scene_root_objects

Function scene_root_objects

annotation_model/persistent_blender_script.py:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265
266def scene_root_objects():
267 for obj in bpy.context.scene.objects.values():
268 if not obj.parent:
269 yield obj
270
271
272def scene_meshes():

Callers 1

normalize_sceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected