image loaders also work on review family

This commit is contained in:
iLLiCiTiT 2022-02-03 10:45:59 +01:00
parent 13266d005c
commit de2d6dd83d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from openpype.hosts.tvpaint.api import lib, plugin
class ImportImage(plugin.Loader):
"""Load image or image sequence to TVPaint as new layer."""
families = ["render", "image", "background", "plate"]
families = ["render", "image", "background", "plate", "review"]
representations = ["*"]
label = "Import Image"

View file

@ -7,7 +7,7 @@ from openpype.hosts.tvpaint.api import lib, pipeline, plugin
class LoadImage(plugin.Loader):
"""Load image or image sequence to TVPaint as new layer."""
families = ["render", "image", "background", "plate"]
families = ["render", "image", "background", "plate", "review"]
representations = ["*"]
label = "Load Image"