generated from ynput/ayon-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ynput/feature/AY-979_finish_Resolve_new_p…
…ublisher AY-979 Finalize updating Resolve to new publisher
- Loading branch information
Showing
30 changed files
with
1,884 additions
and
1,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Ayon sequential rename variables | ||
SELECTED_CLIP_COLOR = "Chocolate" | ||
PUBLISH_CLIP_COLOR = "Pink" | ||
AYON_MARKER_WORKFLOW = True | ||
|
||
# Ayon compound clip workflow variable | ||
AYON_TAG_NAME = "VFX Notes" | ||
|
||
# Ayon marker workflow variables | ||
LEGACY_OPENPYPE_MARKER_NAME = "OpenPypeData" | ||
AYON_MARKER_NAME = "AYONData" | ||
AYON_MARKER_DURATION = 1 | ||
AYON_MARKER_COLOR = "Mint" | ||
TEMP_MARKER_FRAME = None | ||
|
||
# Ayon default timeline | ||
AYON_TIMELINE_NAME = "AYONTimeline" | ||
|
||
# PAR constants defined by DaVinci Resolve | ||
PAR_VALUES = { | ||
"Square": 1.0, | ||
"16:9 Anamorphic": 1.78, | ||
"4:3 Standard Definition": 1.33, | ||
"Cinemascope": 2.0 | ||
} |
Oops, something went wrong.