mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added alternatives for fstart and fend in custom attribute doctor
This commit is contained in:
parent
11a2bc2378
commit
b1ef62e66f
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue