fixing invisible creator name 2

This commit is contained in:
Jakub Jezek 2022-07-08 11:28:37 +02:00
parent 10aae0e986
commit a31ea2a24d
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -1,6 +1,6 @@
from openpype.pipeline.create import (
Creator,
InivisbleCreator,
InvisibleCreator,
CreatedInstance
)
from openpype.lib import (
@ -15,8 +15,7 @@ from .pipeline import (
)
class InvisibleTrayPublishCreator(InivisbleCreator):
create_allow_context_change = True
class InvisibleTrayPublishCreator(InvisibleCreator):
host_name = "traypublisher"
def collect_instances(self):