Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
def
scene_root_objects():
267
for
obj in bpy.context.scene.objects.values():
268
if
not obj.parent:
269
yield
obj
270
271
272
def
scene_meshes():
Callers
1
normalize_scene
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected