Adjust loader for extractor.

This commit is contained in:
Toke Stuart Jepsen 2023-03-17 17:41:33 +00:00
parent a6805987ca
commit 785c352407
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ class GpuCacheLoader(load.LoaderPlugin):
"""Load Alembic as gpuCache"""
families = ["model", "animation", "proxyAbc", "pointcache"]
representations = ["abc"]
representations = ["gpu_cache"]
label = "Import Gpu Cache"
order = -5

View file

@ -8,7 +8,7 @@ class ExtractGPUCache(publish.Extractor):
label = "GPU Cache"
hosts = ["maya"]
families = ["model"]
families = ["model", "animation", "pointcache"]
def process(self, instance):
staging_dir = self.staging_dir(instance)