More information about issues with publishing.

This commit is contained in:
Toke Stuart Jepsen 2023-02-07 08:57:10 +00:00
parent 3e25f2cdda
commit ecef4cbb46

View file

@ -79,7 +79,10 @@ class AssProxyLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
path = os.path.join(publish_folder, filename)
proxy_path = proxy_path_base + ".ma"
msg = proxy_path + " does not exist."
msg = (
proxy_path + " does not exist.\nThere are most likely no " +
"proxy shapes in the \"proxy_SET\" when publishing."
)
assert os.path.exists(proxy_path), msg
nodes = cmds.file(