add render to photoshop loader

This commit is contained in:
Milan Kolar 2020-11-12 17:32:20 +01:00
parent 16c90c3bb8
commit 34be69006d

View file

@ -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):