mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
rewriting logic for frame ranges
This commit is contained in:
parent
fbee0a8b3c
commit
801b904aea
4 changed files with 36 additions and 32 deletions
|
|
@ -223,6 +223,9 @@ class CreateSaver(NewCreator):
|
|||
attr_defs = [
|
||||
self._get_render_target_enum(),
|
||||
self._get_reviewable_bool(),
|
||||
BoolDef(
|
||||
"custom_range", label="Custom range", default=False,
|
||||
)
|
||||
]
|
||||
return attr_defs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue