mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Added default directly to enum
Used if additional output defs are present.
This commit is contained in:
parent
2150637d09
commit
a4db943903
1 changed files with 1 additions and 0 deletions
|
|
@ -652,6 +652,7 @@ class ExtractReviewOutputDefModel(BaseSettingsModel):
|
|||
)
|
||||
fill_missing_frames:str = SettingsField(
|
||||
title="Handle missing frames",
|
||||
default="closest_existing",
|
||||
description="How to handle frames that are missing from entity frame "
|
||||
"range.",
|
||||
enum_resolver=_handle_missing_frames_enum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue