add settings category to tvpaint load plugins

This commit is contained in:
Jakub Trllo 2024-05-31 17:10:09 +02:00
parent 0594f49f4f
commit 9cbb4a36f1
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ class ImportImage(plugin.Loader):
product_types = {"render", "image", "background", "plate", "review"}
representations = {"*"}
settings_category = "tvpaint"
label = "Import Image"
order = 1

View file

@ -19,6 +19,7 @@ class LoadImage(plugin.Loader):
product_types = {"render", "image", "background", "plate", "review"}
representations = {"*"}
settings_category = "tvpaint"
label = "Load Image"
order = 1