MCPcopy Create free account
hub / github.com/openai/point-e / create_camera_light

Function create_camera_light

point_e/evals/scripts/blender_script.py:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183
184
185def create_camera_light():
186 clear_lights()
187 create_light(bpy.context.scene.camera.location, energy=5.0)
188
189
190def create_uniform_light(backend):

Callers 1

save_rendering_datasetFunction · 0.85

Calls 2

clear_lightsFunction · 0.85
create_lightFunction · 0.85

Tested by

no test coverage detected