project
Project
Section titled “Project”thisProject
This category holds info related to your current project as a whole — that is, the current AEP. Thus, changing the corresponding project settings will also update the values that these expressions return.
Attributes
Section titled “Attributes”Project.bitsPerChannel
Section titled “Project.bitsPerChannel”thisProject.bitsPerChannel
Description
Section titled “Description”The color depth of the project in bits per channel (bpc), as set in Project Settings > Color Management
They are one of 8, 16, or 32. Equivalent to the scripting project attribute app.project.bitsPerChannel
.
Number
Example
Section titled “Example”thisProject.bitsPerChannel
Project.fullPath
Section titled “Project.fullPath”thisProject.fullPath
Description
Section titled “Description”The platform-specific absolute file path, including the project file name. If the project has not been saved, it returns an empty string.
String
Example
Section titled “Example”thisProject.fullPath
Project.linearBlending
Section titled “Project.linearBlending”thisProject.linearBlending
Description
Section titled “Description”The state of the Blend Colors Using 1.0 Gamma option in Project Settings > Color Management.
Equivalent to the scripting project attribute app.project.linearBlending
.
Boolean
Example
Section titled “Example”thisProject.linearBlending