mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge pull request #20 from aardschok/PLN-0003
Temp fix for Abc locader
This commit is contained in:
commit
95b85f332f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from avalon import api
|
|||
import avalon.maya.pipeline
|
||||
|
||||
|
||||
class AbcLoader(api.Loader):
|
||||
class AbcLoader(avalon.maya.pipeline.ReferenceLoader):
|
||||
"""Specific loader of Alembic for the avalon.animation family"""
|
||||
|
||||
families = ["colorbleed.animation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue