mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Always save scene on Workfile publish
This commit is contained in:
parent
76ef5d9279
commit
e08062b98b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class SaveCurrentScene(pyblish.api.ContextPlugin):
|
|||
label = "Save current file"
|
||||
order = pyblish.api.IntegratorOrder - 0.49
|
||||
hosts = ["maya"]
|
||||
families = ["renderlayer"]
|
||||
families = ["renderlayer", "workfile"]
|
||||
|
||||
def process(self, context):
|
||||
import maya.cmds as cmds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue