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:
Kayla Man 2024-02-20 18:54:38 +08:00
parent 4be12c71ef
commit 1b15395311
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View 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']