create_camera
Add a camera to a Blender scene with customizable position, target, focal length, and perspective or orthographic type.
Instructions
Add a new camera to the Blender scene.
Parameters:
name: Name for the camera object
location: Comma-separated x,y,z position (default "0,-5,3")
look_at: Comma-separated x,y,z target point (default "0,0,0")
lens: Focal length in mm (default 50.0)
cam_type: PERSP or ORTHO (default PERSP)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera | |
| location | No | 0,-5,3 | |
| look_at | No | 0,0,0 | |
| lens | No | ||
| cam_type | No | PERSP |