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

General: Remove hosts filter on integrator plugins #3556

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions openpype/plugins/publish/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ class IntegrateAsset(pyblish.api.InstancePlugin):

label = "Integrate Asset"
order = pyblish.api.IntegratorOrder
hosts = ["aftereffects", "blender", "celaction", "flame", "harmony",
"hiero", "houdini", "nuke", "photoshop", "resolve",
"standalonepublisher", "traypublisher", "tvpaint", "unreal",
"webpublisher"]
families = ["workfile",
"pointcache",
"camera",
Expand Down
4 changes: 0 additions & 4 deletions openpype/plugins/publish/integrate_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
label = "Integrate Asset (legacy)"
# Make sure it happens after new integrator
order = pyblish.api.IntegratorOrder + 0.00001
hosts = ["aftereffects", "blender", "celaction", "flame", "harmony",
"hiero", "houdini", "nuke", "photoshop", "resolve",
"standalonepublisher", "traypublisher", "tvpaint", "unreal",
"webpublisher"]
families = ["workfile",
"pointcache",
"camera",
Expand Down