mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change on the identifier in regards to the ayon and move the collector of current file to lower priority for collecting the data
This commit is contained in:
parent
4be12c71ef
commit
1b15395311
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ from pymxs import runtime as rt
|
|||
|
||||
class CreateWorkfile(plugin.MaxCreatorBase, AutoCreator):
|
||||
"""Workfile auto-creator."""
|
||||
identifier = "io.openpype.creators.max.workfile"
|
||||
identifier = "io.ayon.creators.max.workfile"
|
||||
label = "Workfile"
|
||||
family = "workfile"
|
||||
icon = "fa5.file"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ from pymxs import runtime as rt
|
|||
class CollectCurrentFile(pyblish.api.ContextPlugin):
|
||||
"""Inject the current working file."""
|
||||
|
||||
order = pyblish.api.CollectorOrder - 0.4
|
||||
order = pyblish.api.CollectorOrder - 0.5
|
||||
label = "Max Current File"
|
||||
hosts = ['max']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue