diff --git a/colorbleed/plugins/maya/publish/increment_current_file_deadline.py b/colorbleed/plugins/maya/publish/increment_current_file_deadline.py index 6db46fb72a..d9913bba25 100644 --- a/colorbleed/plugins/maya/publish/increment_current_file_deadline.py +++ b/colorbleed/plugins/maya/publish/increment_current_file_deadline.py @@ -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"] diff --git a/colorbleed/plugins/maya/publish/save_scene.py b/colorbleed/plugins/maya/publish/save_scene.py index b1daf54236..bf80bc9699 100644 --- a/colorbleed/plugins/maya/publish/save_scene.py +++ b/colorbleed/plugins/maya/publish/save_scene.py @@ -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"]