mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
OP-2787 - removed deadline family
deadline family is not used anymore anywhere, filtering on integrate is being done on instance.data["farm"] flag.
This commit is contained in:
parent
72d8633266
commit
6b71ff1909
2 changed files with 0 additions and 17 deletions
|
|
@ -55,6 +55,3 @@ class CollectAnimationOutputGeometry(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
# Store data in the instance for the validator
|
# Store data in the instance for the validator
|
||||||
instance.data["out_hierarchy"] = hierarchy
|
instance.data["out_hierarchy"] = hierarchy
|
||||||
|
|
||||||
if instance.data.get("farm"):
|
|
||||||
instance.data["families"].append("deadline")
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
import pyblish.api
|
|
||||||
|
|
||||||
|
|
||||||
class CollectPointcache(pyblish.api.InstancePlugin):
|
|
||||||
"""Collect pointcache data for instance."""
|
|
||||||
|
|
||||||
order = pyblish.api.CollectorOrder + 0.4
|
|
||||||
families = ["pointcache"]
|
|
||||||
label = "Collect Pointcache"
|
|
||||||
hosts = ["maya"]
|
|
||||||
|
|
||||||
def process(self, instance):
|
|
||||||
if instance.data.get("farm"):
|
|
||||||
instance.data["families"].append("deadline")
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue