View Options
ViewOptions
¶
ViewOptions(
channels: ChannelType,
checkerboards: bool,
draft3d: bool,
exposure: float,
fast_preview: FastPreviewType,
grid: bool,
guides_visibility: bool,
mask_and_shape_path: bool,
proportional_grid: bool,
region_of_interest: bool,
rulers: bool,
title_action_safe: bool,
use_display_color_management: bool,
zoom: float,
)
The ViewOptions object represents the options for a given View object.
See: https://ae-scripting.docsforadobe.dev/other/viewoptions/
Attributes¶
checkerboards
¶
checkerboards: bool
When True, checkerboards (transparency grid) is enabled in the current view.
draft3d
¶
draft3d: bool
When True, Draft 3D mode is enabled for the Composition panel. This
corresponds to the value of the Draft 3D button in the Composition panel.
mask_and_shape_path
¶
mask_and_shape_path: bool
When True, indicates mask and shape paths are visible in the view.
proportional_grid
¶
proportional_grid: bool
When True, indicatesthe proportional grid overlay is visible in the view.
region_of_interest
¶
region_of_interest: bool
When True, the region of interest (ROI) selection is active in the view.
title_action_safe
¶
title_action_safe: bool
When True, indicates title/action safe margin guides are visible in the view.