When true, frame blending is enabled for this Composition. Corresponds to the value of the Frame Blending button in the Composition panel.Boolean; if true,
Category Archives: CompItem object
CompItem object
The CompItem object represents a composition, and allows you to manipulate and get information about it.Access the objects by position index number in a pro
hideShyLayers
When true, only layers with shy set to false are shown in the Timeline panel. When false, all layers are visible, including those whose shy value is true. C
resolutionFactor
The x and y downsample resolution factors for rendering the composition.The two values in the array specify how many pixels to skip when sampling; the first
frameDuration
The duration of a frame, in seconds. This is the inverse of the frameRate value frames-per-second .Floating-point; read/write.
selectedLayers
All of the selected layers in this composition. This is a 0-based array the first object is at index 0 .Array of Layer objects; read-only.