mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Remove non-working FusionLoadAlembicCamera plug-in
This commit is contained in:
parent
75b7d63af9
commit
bb13f0da18
1 changed files with 0 additions and 27 deletions
|
|
@ -1,27 +0,0 @@
|
|||
from avalon import api
|
||||
|
||||
|
||||
class FusionLoadAlembicCamera(api.Loader):
|
||||
"""Load image sequence into Fusion"""
|
||||
|
||||
families = ["colorbleed.camera"]
|
||||
representations = ["ma"]
|
||||
|
||||
label = "Load sequence"
|
||||
order = -10
|
||||
icon = "play-circle"
|
||||
color = "orange"
|
||||
|
||||
def load(self, context, name, namespace, data):
|
||||
""""""
|
||||
|
||||
from avalon.fusion import (imprint_container,
|
||||
get_current_comp,
|
||||
comp_lock_and_undo_chunk)
|
||||
|
||||
current_comp = get_current_comp()
|
||||
with comp_lock_and_undo_chunk(current_comp):
|
||||
tool = current_comp.SurfaceAlembicMesh()
|
||||
tool.SetData("TOOLS_NameSet", )
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue