trayp: rename invisible to hidden

This commit is contained in:
Jakub Jezek 2022-07-15 17:56:30 +02:00
parent fb586feaf3
commit 3cc78c2f98
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
4 changed files with 7 additions and 7 deletions

View file

@ -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):