ignore doctors by default

This commit is contained in:
iLLiCiTiT 2019-09-26 10:42:31 +02:00
parent b35a06ed7b
commit 11a2bc2378
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -9,6 +9,8 @@ from pype.ftrack import BaseAction
class CustomAttributeDoctor(BaseAction):
ignore_me = True
#: Action identifier.
identifier = 'custom.attributes.doctor'
#: Action label.