Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/point-e
/ clear_scene
Function
clear_scene
point_e/evals/scripts/blender_script.py:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
clear_scene():
36
bpy.ops.object.select_all(action=
"SELECT"
)
37
bpy.ops.object.delete()
38
39
40
def
clear_lights():
Callers
1
import_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected