mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
trayp: rename invisible to hidden
This commit is contained in:
parent
fb586feaf3
commit
3cc78c2f98
4 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ from .creator_plugins import (
|
|||
BaseCreator,
|
||||
Creator,
|
||||
AutoCreator,
|
||||
InvisibleCreator,
|
||||
HiddenCreator,
|
||||
|
||||
discover_creator_plugins,
|
||||
discover_legacy_creator_plugins,
|
||||
|
|
@ -36,7 +36,7 @@ __all__ = (
|
|||
"BaseCreator",
|
||||
"Creator",
|
||||
"AutoCreator",
|
||||
"InvisibleCreator",
|
||||
"HiddenCreator",
|
||||
|
||||
"discover_creator_plugins",
|
||||
"discover_legacy_creator_plugins",
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ class Creator(BaseCreator):
|
|||
return self.pre_create_attr_defs
|
||||
|
||||
|
||||
class InvisibleCreator(BaseCreator):
|
||||
class HiddenCreator(BaseCreator):
|
||||
@abstractmethod
|
||||
def create(self, instance_data, source_data):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue