From f2c252be4e442136bd98fda4691a62ab23626e71 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 10 Jun 2022 17:32:20 +0200 Subject: [PATCH] :recycle: add animation family there too --- openpype/hosts/maya/plugins/load/load_gpucache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/load/load_gpucache.py b/openpype/hosts/maya/plugins/load/load_gpucache.py index a9df22faaa..179819f904 100644 --- a/openpype/hosts/maya/plugins/load/load_gpucache.py +++ b/openpype/hosts/maya/plugins/load/load_gpucache.py @@ -10,7 +10,7 @@ from openpype.api import get_project_settings class GpuCacheLoader(load.LoaderPlugin): """Load Alembic as gpuCache""" - families = ["model", "pointcache"] + families = ["model", "animation", "pointcache"] representations = ["abc"] label = "Import Gpu Cache"