mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
More information about issues with publishing.
This commit is contained in:
parent
3e25f2cdda
commit
ecef4cbb46
1 changed files with 4 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue