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
|
|
@ -1,6 +1,6 @@
|
|||
from openpype.pipeline.create import (
|
||||
Creator,
|
||||
InvisibleCreator,
|
||||
HiddenCreator,
|
||||
CreatedInstance
|
||||
)
|
||||
from openpype.lib import (
|
||||
|
|
@ -15,7 +15,7 @@ from .pipeline import (
|
|||
)
|
||||
|
||||
|
||||
class InvisibleTrayPublishCreator(InvisibleCreator):
|
||||
class HiddenTrayPublishCreator(HiddenCreator):
|
||||
host_name = "traypublisher"
|
||||
|
||||
def collect_instances(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue