mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hound
This commit is contained in:
parent
f31cfe9cf5
commit
50c0609a45
2 changed files with 12 additions and 7 deletions
|
|
@ -111,6 +111,7 @@ class ResizeItemModel(BaseSettingsModel):
|
|||
le=100000,
|
||||
)
|
||||
|
||||
|
||||
_resize_types_enum = [
|
||||
{"value": "source", "label": "Image source"},
|
||||
{"value": "resize", "label": "Resize"},
|
||||
|
|
@ -133,10 +134,12 @@ class ResizeModel(BaseSettingsModel):
|
|||
title="Resize"
|
||||
)
|
||||
|
||||
|
||||
_thumbnail_oiio_transcoding_type = [
|
||||
{"value": "colorspace", "label": "Use Colorspace"},
|
||||
{"value": "display_and_view", "label": "Use Display&View"}
|
||||
]
|
||||
{"value": "colorspace", "label": "Use Colorspace"},
|
||||
{"value": "display_and_view", "label": "Use Display&View"}
|
||||
]
|
||||
|
||||
|
||||
class DisplayAndViewModel(BaseSettingsModel):
|
||||
_layout = "expanded"
|
||||
|
|
@ -149,6 +152,7 @@ class DisplayAndViewModel(BaseSettingsModel):
|
|||
title="View"
|
||||
)
|
||||
|
||||
|
||||
class ExtractThumbnailOIIODefaultsModel(BaseSettingsModel):
|
||||
type: str = Field(
|
||||
title="Type",
|
||||
|
|
@ -168,7 +172,6 @@ class ExtractThumbnailOIIODefaultsModel(BaseSettingsModel):
|
|||
)
|
||||
|
||||
|
||||
|
||||
class ExtractThumbnailModel(BaseSettingsModel):
|
||||
_isGroup = True
|
||||
enabled: bool = Field(True)
|
||||
|
|
@ -843,8 +846,8 @@ DEFAULT_PUBLISH_VALUES = {
|
|||
},
|
||||
"duration_split": 0.5,
|
||||
"oiiotool_defaults": {
|
||||
"type": "colorspace",
|
||||
"colorspace": "color_picking"
|
||||
"type": "colorspace",
|
||||
"colorspace": "color_picking"
|
||||
},
|
||||
"ffmpeg_args": {
|
||||
"input": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue