-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Maya: Follow up for prompt on saving to another context #325
Maya: Follow up for prompt on saving to another context #325
Conversation
…thub.com/BigRoy/ayon-core into enhancement/maya_prompt_save_task_change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works on my side.
@@ -653,10 +653,6 @@ def on_task_changed(): | |||
"Can't set project for new context because path does not exist: {}" | |||
).format(workdir)) | |||
|
|||
with lib.suspended_refresh(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think only @antirotor can tell if this is ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic removed here was basically replaced by an artist facing prompt on file save to another context in the PR here #261
Changelog Description
Fix for implementation of #261
task
on the instances instead of onlyfolderPath
Additional info
This also fixes that before opening a scene in another context that maya was actually resetting time range, fps, etc. always even though it would be opening a file anyway - optimizing opening workfiles in other contexts because of that.
Testing notes: