Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/point-e
/ scene_root_objects
Function
scene_root_objects
point_e/evals/scripts/blender_script.py:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
68
def
scene_root_objects():
69
for
obj in bpy.context.scene.objects.values():
70
if
not obj.parent:
71
yield
obj
72
73
74
def
scene_bbox(single_obj=None, ignore_matrix=False):
Callers
1
normalize_scene
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected