add camera family in abc loader

This commit is contained in:
Kayla Man 2023-01-30 18:51:03 +08:00
parent bca05d5a73
commit 46996bb592

View file

@ -15,7 +15,10 @@ from openpype.hosts.max.api import lib
class AbcLoader(load.LoaderPlugin):
"""Alembic loader."""
families = ["model", "animation", "pointcache"]
families = ["model",
"camera",
"animation",
"pointcache"]
label = "Load Alembic"
representations = ["abc"]
order = -10