mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Adding "pointcache" & "animation" to the list of families, since it's supported.
This commit is contained in:
parent
bb8bd90427
commit
5adf396610
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ from openpype.hosts.maya.api.pipeline import containerise
|
|||
class MultiverseUsdLoader(load.LoaderPlugin):
|
||||
"""Load the USD by Multiverse"""
|
||||
|
||||
families = ["model", "usd", "usdComposition", "usdOverride"]
|
||||
families = ["model", "usd", "usdComposition", "usdOverride",
|
||||
"pointcache", "animation"]
|
||||
representations = ["usd", "usda", "usdc", "usdz", "abc"]
|
||||
|
||||
label = "Read USD by Multiverse"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue