When true, this property is a group used to organize other properties. The property is not displayed in the user interface and its child properties are not
Tag Archives: use
exitCode
A numeric status code used when executing a script externally that is, from a command line or AppleScript .οΎ• In Windows, the value is returned on the comman
hasTrackMatte
True if the layer in front of this layer is being used as a track matte on this layer. When true, this layer’s track -MatteType value controls how the matte
ImportOptions object
The ImportOptions object encapsulates the options used to import a file with the Project.importFile methods.The constructor takes an optional parameter, an
matchName
A special name for the property used to build unique naming paths. The match name is not displayed, but you can refer to it in scripts. Every property has a
memoryInUse
The number of bytes of memory currently used by this application.Number; read-only.
isTrackMatte
True if this layer is being used as a track matte for the layer behind it.Boolean; read-only.
parent
The parent of this layer; can be null.Offset values are calculated to counterbalance any transforms above this layer in the hierarchy, so that when you set
onStatusChanged
The name of a callback function that is calledwhenever the value of the RenderQueueItem.status attribute changes.You cannot make changes to render queue ite
beginSuppressDialogs()
Begins suppression of script error dialog boxes in the user interface. Use endSuppressDialogs to resume the display of error dialogs.None.Nothing.