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