Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
OP-2787 - removed deadline family
Browse files Browse the repository at this point in the history
deadline family is not used anymore anywhere, filtering on integrate is being done on instance.data["farm"] flag.
  • Loading branch information
kalisp committed May 20, 2022
1 parent 72d8633 commit 6b71ff1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions openpype/hosts/maya/plugins/publish/collect_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ def process(self, instance):

# Store data in the instance for the validator
instance.data["out_hierarchy"] = hierarchy

if instance.data.get("farm"):
instance.data["families"].append("deadline")
14 changes: 0 additions & 14 deletions openpype/hosts/maya/plugins/publish/collect_pointcache.py

This file was deleted.

0 comments on commit 6b71ff1

Please sign in to comment.