mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
♻️ add animation family there too
This commit is contained in:
parent
213aa2241f
commit
f2c252be4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue