mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use TVPaint loader in ImportImage
This commit is contained in:
parent
5a96915992
commit
08bce91cd9
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
from avalon import api
|
||||
from avalon.vendor import qargparse
|
||||
from avalon.tvpaint import lib
|
||||
from avalon.tvpaint import lib, Loader
|
||||
|
||||
|
||||
class ImportImage(api.Loader):
|
||||
class ImportImage(Loader):
|
||||
"""Load image or image sequence to TVPaint as new layer."""
|
||||
|
||||
families = ["render", "image", "background", "plate"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue