mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixing invisible creator name 2
This commit is contained in:
parent
10aae0e986
commit
a31ea2a24d
1 changed files with 2 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue