True if the layer’s effects are active, as indicated by the icon next to it in the user interface.Boolean; read/write.
Category Archives: Layer object
duplicate()
Duplicates the layer. Creates a new Layer object in which all values are the same as in this one. This has the same effect as selecting a layer in the user
preserveTransparency
True if preserve transparency is enabled for the layer.Boolean; read/write.
replaceSource()
Replaces the source for this layer.newSource The new source AVItem object.fixExpressions True to adjust expressions for the new source, false otherwise. Not