From 1d5afbb030d834cd2f75e69160626cc8089d9ab0 Mon Sep 17 00:00:00 2001 From: Toke Stuart Jepsen Date: Tue, 16 May 2023 16:33:34 +0100 Subject: [PATCH] Use handle calculations. --- openpype/hosts/maya/api/lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hosts/maya/api/lib.py b/openpype/hosts/maya/api/lib.py index 0209bce7dd..4e5834ec30 100644 --- a/openpype/hosts/maya/api/lib.py +++ b/openpype/hosts/maya/api/lib.py @@ -335,11 +335,11 @@ def collect_animation_defs(fps=False): decimals=0), NumberDef("handleStart", label="Handle Start", - default=0, + default=handle_start, decimals=0), NumberDef("handleEnd", label="Handle End", - default=0, + default=handle_end, decimals=0), NumberDef("step", label="Step size",