Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
def
create_camera_light():
186
clear_lights()
187
create_light(bpy.context.scene.camera.location, energy=5.0)
188
189
190
def
create_uniform_light(backend):
Callers
1
save_rendering_dataset
Function · 0.85
Calls
2
clear_lights
Function · 0.85
create_light
Function · 0.85
Tested by
no test coverage detected