create_camera
Add a camera to a 3D scene in Blender with customizable position, rotation, and lens settings for modeling, animation, or rendering workflows.
Instructions
Create a new camera in the scene.
Args: name: Name for the camera, default "Camera". location: XYZ location as [x, y, z], default [0, 0, 0]. rotation: XYZ Euler rotation in radians as [x, y, z], default [0, 0, 0]. lens: Focal length in mm, default 50.
Returns: Confirmation dict with camera name and properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera | |
| location | No | ||
| rotation | No | ||
| lens | No |