set_camera_property
Adjust camera properties like lens, focus distance, and sensor settings in Blender to control 3D scene composition and rendering parameters.
Instructions
Set a property on a camera.
Args: name: Name of the camera object. property: Property to set. One of: lens, clip_start, clip_end, sensor_width, sensor_height, dof.use_dof, dof.focus_distance, dof.aperture_fstop, ortho_scale, shift_x, shift_y, type, sensor_fit. value: The value to set.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| property | Yes | ||
| value | Yes |