From b1ef62e66fc266070b4856ba8f4fe65d48ee4317 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 26 Sep 2019 10:43:08 +0200 Subject: [PATCH] added alternatives for fstart and fend in custom attribute doctor --- pype/ftrack/actions/action_cust_attr_doctor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pype/ftrack/actions/action_cust_attr_doctor.py b/pype/ftrack/actions/action_cust_attr_doctor.py index b51eb9a48b..af5fe2dc4a 100644 --- a/pype/ftrack/actions/action_cust_attr_doctor.py +++ b/pype/ftrack/actions/action_cust_attr_doctor.py @@ -28,7 +28,9 @@ class CustomAttributeDoctor(BaseAction): hierarchical_ca = ['handleStart', 'handleEnd', 'frameStart', 'frameEnd'] hierarchical_alternatives = { 'handleStart': 'handles', - 'handleEnd': 'handles' + 'handleEnd': 'handles', + "frameStart": "fstart", + "frameEnd": "fend" } # Roles for new custom attributes