#180 - Changed tasks to dictionaries

Modifications based on change
This commit is contained in:
Petr Kalis 2020-09-25 12:24:02 +02:00
parent fec340f5ba
commit f8e558ca42
5 changed files with 12 additions and 10 deletions

View file

@ -30,7 +30,7 @@ class CollectYetiCache(pyblish.api.InstancePlugin):
label = "Collect Yeti Cache"
families = ["yetiRig", "yeticache"]
hosts = ["maya"]
tasks = ["animation", "fx"]
tasks = {"animation": {"type": "Animation"}, "fx": {"type": "FX"}}
def process(self, instance):