mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix description
This commit is contained in:
parent
bc509fcf00
commit
e9d3462da2
1 changed files with 1 additions and 2 deletions
|
|
@ -654,8 +654,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.",
|
||||
description="How to handle gaps in sequence frame ranges.",
|
||||
enum_resolver=_handle_missing_frames_enum
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue