♻️ add animation family there too

This commit is contained in:
Ondrej Samohel 2022-06-10 17:32:20 +02:00
parent 213aa2241f
commit f2c252be4e
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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"