mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
label change
This commit is contained in:
parent
11c41b4e9e
commit
9302cd93cf
2 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ class IncrementCurrentFileDeadline(pyblish.api.ContextPlugin):
|
|||
|
||||
"""
|
||||
|
||||
label = "Increment current file.."
|
||||
order = pyblish.api.IntegratorOrder + 99.0
|
||||
label = "Increment current file"
|
||||
order = pyblish.api.IntegratorOrder + 9.0
|
||||
hosts = ["maya"]
|
||||
families = ["colorbleed.renderlayer"]
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ class SaveCurrentScene(pyblish.api.ContextPlugin):
|
|||
|
||||
"""
|
||||
|
||||
label = "Save current file..."
|
||||
label = "Save current file"
|
||||
order = pyblish.api.IntegratorOrder - 0.49
|
||||
hosts = ["maya"]
|
||||
families = ["colorbleed.renderlayer"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue