Skip to content

Commit 02ffa2d

Browse files
authored
Merge pull request #97 from ynput/chore/19--Collect-Instances-earlier
Chore: Collect Instance earlier
2 parents 7c28c88 + 9594b5f commit 02ffa2d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/ayon_photoshop/plugins/publish/collect_auto_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CollectAutoImage(pyblish.api.ContextPlugin):
1111
label = "Collect Auto Image"
1212
hosts = ["photoshop"]
1313

14-
order = pyblish.api.CollectorOrder - 0.4
14+
order = pyblish.api.CollectorOrder - 0.49
1515

1616
targets = ["automated"]
1717

client/ayon_photoshop/plugins/publish/collect_auto_review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CollectAutoReview(pyblish.api.ContextPlugin):
2020
label = "Collect Auto Review"
2121
hosts = ["photoshop"]
2222

23-
order = pyblish.api.CollectorOrder - 0.4
23+
order = pyblish.api.CollectorOrder - 0.49
2424
targets = ["automated"]
2525

2626
publish = True

client/ayon_photoshop/plugins/publish/collect_auto_workfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class CollectAutoWorkfile(pyblish.api.ContextPlugin):
99
"""Collect current script for publish."""
1010

11-
order = pyblish.api.CollectorOrder - 0.4
11+
order = pyblish.api.CollectorOrder - 0.49
1212
label = "Collect Workfile"
1313
hosts = ["photoshop"]
1414

client/ayon_photoshop/plugins/publish/collect_color_coded_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CollectColorCodedInstances(pyblish.api.ContextPlugin):
3030

3131
label = "Collect Color-coded Instances"
3232

33-
order = pyblish.api.CollectorOrder - 0.4
33+
order = pyblish.api.CollectorOrder - 0.49
3434

3535
hosts = ["photoshop"]
3636
targets = ["automated"]

0 commit comments

Comments
 (0)