We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem
When saving with code a warning appears.
from maya import cmds cmds.file(rename="temp.ma") cmds.file(save=True, type="mayaAscii")
# Warning: avalon.pipeline : Traceback (most recent call last): File "C:\Users\admin\avalon-docker\volume\git\avalon-core\avalon\pipeline.py", line 558, in emit callback(*args) TypeError: on_save() takes no arguments (1 given)
The text was updated successfully, but these errors were encountered:
This is due to a recent change to Core that doesn't maintain backwards compatibility.
Sorry, something went wrong.
No branches or pull requests
Problem
When saving with code a warning appears.
The text was updated successfully, but these errors were encountered: