mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add settings category to tvpaint load plugins
This commit is contained in:
parent
0594f49f4f
commit
9cbb4a36f1
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class ImportImage(plugin.Loader):
|
|||
|
||||
product_types = {"render", "image", "background", "plate", "review"}
|
||||
representations = {"*"}
|
||||
settings_category = "tvpaint"
|
||||
|
||||
label = "Import Image"
|
||||
order = 1
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ class LoadImage(plugin.Loader):
|
|||
|
||||
product_types = {"render", "image", "background", "plate", "review"}
|
||||
representations = {"*"}
|
||||
settings_category = "tvpaint"
|
||||
|
||||
label = "Load Image"
|
||||
order = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue