mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove HistoryLoader since it's not implemented anyway
This commit is contained in:
parent
038ca03318
commit
4ae6eb7429
1 changed files with 0 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import pprint
|
||||
from avalon import api
|
||||
|
||||
|
||||
|
|
@ -138,13 +137,3 @@ class CurvesLoader(api.Loader):
|
|||
family=family,
|
||||
options={"useSelection": True},
|
||||
data={"dependencies": " ".join(str(d) for d in dependencies)})
|
||||
|
||||
|
||||
class HistoryLoader(api.Loader):
|
||||
"""Specific loader of Curves for the avalon.animation family"""
|
||||
|
||||
families = ["colorbleed.animation"]
|
||||
representations = ["history"]
|
||||
|
||||
def process(self, name, namespace, context):
|
||||
raise NotImplementedError("Can't load history yet.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue