mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Move Maya SaveCurrentScene to beginning of ExtractorOrder
This commit is contained in:
parent
e08062b98b
commit
c4c7266529
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class SaveCurrentScene(pyblish.api.ContextPlugin):
|
|||
"""
|
||||
|
||||
label = "Save current file"
|
||||
order = pyblish.api.IntegratorOrder - 0.49
|
||||
order = pyblish.api.ExtractorOrder - 0.49
|
||||
hosts = ["maya"]
|
||||
families = ["renderlayer", "workfile"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue