add docstring for the rs loader

This commit is contained in:
Kayla Man 2023-03-28 22:48:21 +08:00
parent 6d51333a20
commit b9ec96fdd6

View file

@ -11,6 +11,8 @@ from openpype.hosts.max.api import lib
class RedshiftProxyLoader(load.LoaderPlugin):
"""Load rs files with Redshift Proxy"""
label = "Load Redshift Proxy"
families = ["redshiftproxy"]
representations = ["rs"]