mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Rename ExtractReviewDataBakingStreams to ExtractReviewIntermediate
This commit is contained in:
parent
356f05ff91
commit
6c1e066b3b
7 changed files with 12 additions and 12 deletions
|
|
@ -282,7 +282,7 @@ class PublishPuginsModel(BaseSettingsModel):
|
|||
title="Extract Review Data Mov",
|
||||
default_factory=ExtractReviewDataMovModel
|
||||
)
|
||||
ExtractReviewDataBakingStreams: ExtractReviewBakingStreamsModel = Field(
|
||||
ExtractReviewIntermediate: ExtractReviewBakingStreamsModel = Field(
|
||||
title="Extract Review Data Baking Streams",
|
||||
default_factory=ExtractReviewBakingStreamsModel
|
||||
)
|
||||
|
|
@ -481,7 +481,7 @@ DEFAULT_PUBLISH_PLUGIN_SETTINGS = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ExtractReviewDataBakingStreams": {
|
||||
"ExtractReviewIntermediate": {
|
||||
"enabled": True,
|
||||
"viewer_lut_raw": False,
|
||||
"outputs": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue