mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Renamed plugin, added colorbleed.model
This commit is contained in:
parent
27992f68e1
commit
3f933d0736
1 changed files with 4 additions and 2 deletions
|
|
@ -6,8 +6,10 @@ from avalon.houdini import pipeline, lib
|
|||
class AbcLoader(api.Loader):
|
||||
"""Specific loader of Alembic for the avalon.animation family"""
|
||||
|
||||
families = ["colorbleed.animation", "colorbleed.pointcache"]
|
||||
label = "Load Animation"
|
||||
families = ["colorbleed.model",
|
||||
"colorbleed.animation",
|
||||
"colorbleed.pointcache"]
|
||||
label = "Load Alembic"
|
||||
representations = ["abc"]
|
||||
order = -10
|
||||
icon = "code-fork"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue