mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
ignore doctors by default
This commit is contained in:
parent
b35a06ed7b
commit
11a2bc2378
2 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from pype.ftrack.lib.io_nonsingleton import DbConnector
|
|||
class AttributesRemapper(BaseAction):
|
||||
'''Edit meta data action.'''
|
||||
|
||||
ignore_me = True
|
||||
#: Action identifier.
|
||||
identifier = 'attributes.remapper'
|
||||
#: Action label.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ from pype.ftrack import BaseAction
|
|||
|
||||
|
||||
class CustomAttributeDoctor(BaseAction):
|
||||
|
||||
ignore_me = True
|
||||
#: Action identifier.
|
||||
identifier = 'custom.attributes.doctor'
|
||||
#: Action label.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue