Skip to content

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.


thisProject.bitsPerChannel

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

thisProject.bitsPerChannel

thisProject.fullPath

The platform-specific absolute file path, including the project file name. If the project has not been saved, it returns an empty string.

String

thisProject.fullPath

thisProject.linearBlending

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

thisProject.linearBlending