- Download this git and move the contents to your Deadline Repository under "repository/custom/events/".
- In Deadline Monitor go to Tools > Power User Mode.
- In Deadline Monitor go to Tools > Synchronize Monitor Scripts and Plugins
- In Deadline Monitor go to Tools > Configure Events... > AutoDraft > Global Enabled/Opt-In.
-
State
- Description: Determines the plugin's operational mode. Options are Global Enabled, Opt-In, and Disabled.
-
JobNameFilter
- Description: A Python regular expression to filter jobs based on their names. Default is
.+
, which processes any job.
- Description: A Python regular expression to filter jobs based on their names. Default is
-
GroupFilter
- Description: A Python regular expression to filter jobs based on their group. Default is
.+
, which processes any group.
- Description: A Python regular expression to filter jobs based on their group. Default is
-
PluginNameFilter
- Description: A Python regular expression to filter jobs based on the plugin name. Default is
^(?!DraftPlugin$).+$
, which excludes jobs using the DraftPlugin.
- Description: A Python regular expression to filter jobs based on the plugin name. Default is
-
DraftColorSpaceIn
- Description: Specifies the input color space for Draft. Default is
ACES-ACEScg
.
- Description: Specifies the input color space for Draft. Default is
-
DraftColorSpaceOut
- Description: Specifies the output color space for Draft. Default is
Output-sRGB
.
- Description: Specifies the output color space for Draft. Default is
-
OCIOConfigFile
- Description: Location of the OCIO configuration file. Default is
C:\ACES\aces_1.2\config.ocio
.
- Description: Location of the OCIO configuration file. Default is
-
Priority
- Description: Sets the priority of the draft job. Default is
50
.
- Description: Sets the priority of the draft job. Default is
-
Quality
- Description: Sets the quality of the movie output, ranging from 0 to 100. Default is
75
.
- Description: Sets the quality of the movie output, ranging from 0 to 100. Default is
-
FrameRate
- Description: Default frame rate for the movie. If the job comment includes "XXfps", it will use that frame rate. Default is
30
.
- Description: Default frame rate for the movie. If the job comment includes "XXfps", it will use that frame rate. Default is