Houdini 22.0 Nodes APEX nodes

geo::SetCameraProperties

Sets the properties on camera primitives.

On this page
Since 22.0

Sets camera properties such as focus distance and focal length.

For each camera that you want to set the properties of, add a new connection to the properties variadic input and rename the subport to the name attribute of the camera ( click the port to rename the port). The subport names of the properties variadic input are used to query the name attribute of each camera.

The geo ports of this node are in-place ports, which means the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry that contains the camera primitives.

properties: VariadicArg<Dict>

A variadic input of camera properties.

Outputs

*geo: Geometry

The geo input with the modified camera primitives.

See also

APEX nodes