MCPcopy 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
35def clear_scene():
36 bpy.ops.object.select_all(action="SELECT")
37 bpy.ops.object.delete()
38
39
40def clear_lights():

Callers 1

import_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected