editorial_creators
RepresentationAdvancedItemModel
Bases: BaseSettingsModel
Representation advanced settings.
Configuration used for filtering rules so files in folder are converted to publishable representations with correct data definitions.
Source code in server/settings/editorial_creators.py
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
|
ShotHierarchySubmodel
Bases: BaseSettingsModel
Shot Hierarchy Info
Shot Hierarchy defines the folder path where each shot will be added. It uses the Folder path template
to compute each path. The Folder path template
supports tokens defined in the folder path template tokens
setting.
- Each token in the
Folder path template
represents a folder in the hierarchy. - Each token's value supports both the available template keys and tokens defined under
Clip Name Tokenizer
.
Source code in server/settings/editorial_creators.py
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
|
ShotRenameSubmodel
Bases: BaseSettingsModel
Shot Rename Info
When enabled, any discovered shots will be renamed based on the shot rename template
.
The template supports both the available template keys and tokens defined under Clip Name Tokenizer
.
Source code in server/settings/editorial_creators.py
107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
|