diff --git a/pype/plugins/photoshop/load/load_image.py b/pype/plugins/photoshop/load/load_image.py index 301e60fbb1..44cc96c96f 100644 --- a/pype/plugins/photoshop/load/load_image.py +++ b/pype/plugins/photoshop/load/load_image.py @@ -11,7 +11,7 @@ class ImageLoader(api.Loader): Stores the imported asset in a container named after the asset. """ - families = ["image"] + families = ["image", "render"] representations = ["*"] def load(self, context, name=None, namespace=None, data=None):