mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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(
|
fill_missing_frames: str = SettingsField(
|
||||||
title="Handle missing frames",
|
title="Handle missing frames",
|
||||||
default="closest_existing",
|
default="closest_existing",
|
||||||
description="How to handle frames that are missing from entity frame "
|
description="How to handle gaps in sequence frame ranges.",
|
||||||
"range.",
|
|
||||||
enum_resolver=_handle_missing_frames_enum
|
enum_resolver=_handle_missing_frames_enum
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue