Merge branch 'develop' into enhancement/315-yn-0210-conditional-houdini-template-selection-based-on-asset-folder

This commit is contained in:
Mustafa Zaky Jafar 2025-11-19 13:04:34 +02:00 committed by GitHub
commit 8ec74b80f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,20 +11,6 @@ class CollectSceneLoadedVersions(pyblish.api.ContextPlugin):
order = pyblish.api.CollectorOrder + 0.0001
label = "Collect Versions Loaded in Scene"
hosts = [
"aftereffects",
"blender",
"celaction",
"fusion",
"harmony",
"hiero",
"houdini",
"maya",
"nuke",
"photoshop",
"resolve",
"tvpaint"
]
def process(self, context):
host = registered_host()