mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Use handle calculations.
This commit is contained in:
parent
9593c3bc22
commit
1d5afbb030
1 changed files with 2 additions and 2 deletions
|
|
@ -335,11 +335,11 @@ def collect_animation_defs(fps=False):
|
||||||
decimals=0),
|
decimals=0),
|
||||||
NumberDef("handleStart",
|
NumberDef("handleStart",
|
||||||
label="Handle Start",
|
label="Handle Start",
|
||||||
default=0,
|
default=handle_start,
|
||||||
decimals=0),
|
decimals=0),
|
||||||
NumberDef("handleEnd",
|
NumberDef("handleEnd",
|
||||||
label="Handle End",
|
label="Handle End",
|
||||||
default=0,
|
default=handle_end,
|
||||||
decimals=0),
|
decimals=0),
|
||||||
NumberDef("step",
|
NumberDef("step",
|
||||||
label="Step size",
|
label="Step size",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue