Skip to content

CameraLayer

CameraLayer dataclass

CameraLayer(auto_orient: AutoOrientType, comment: str, containing_comp: CompItem | None, effects: list[PropertyGroup], enabled: bool, frame_in_point: int, frame_out_point: int, frame_start_time: int, in_point: float, label: Label, layer_id: int, layer_type: LayerType, locked: bool, markers: list[Marker], name: str, null_layer: bool, out_point: float, parent_id: int | None, start_time: float, shy: bool, solo: bool, stretch: float | None, text: PropertyGroup | None, time: float, transform: list[Property])

Bases: Layer

The CameraLayer object represents a camera layer within a composition.

See: https://ae-scripting.docsforadobe.dev/layer/cameralayer/