The color depth of the current project, either 8, 16, or 32 bits.Integer 8, 16, or 32 only ; read/write.
Category Archives: Project object
rootFolder
The root folder containing the contents of the project; this is a virtual folder that contains all items in the Project panel, but not items contained insid
framesCountType
The Frame Count menu setting in the Project Settings dialog box.A FramesCountType enumerated value; read/write. One of:FramesCountType.FC_START_1FramesCount
reduceProject()
Removes all items from the project except those specified. Same as the File > Reduce Project command.array _ o f _ i te m s An array containing the Item obj
timeDisplayType
The time display style, corresponding to the Time Display Style section in the Project Settings dialog box.A TimeDisplayType enumerated value; read/write. O
removeUnusedFootage()
Removes unused footage from the project. Same as the File > Remove Unused Footage command.None.Integer; the total number of FootageItem objects removed.
activeItem
The item that is currently active and is to be acted upon, or a null if no item is currently selected or if multiple items are selected.Item object or null;