mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Adjust loader for extractor.
This commit is contained in:
parent
a6805987ca
commit
785c352407
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue