Skip to content
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

Skip Maya scene save on publish if no modifications prior to Extraction #254

Merged
merged 2 commits into from
Sep 18, 2019

Conversation

BigRoy
Copy link
Member

@BigRoy BigRoy commented Sep 18, 2019

With this change the SaveCurrentScene publish plug-in for Maya will not save if the current scene modified state is false. (not cmds.file(query=True, modified=True)).

The save scene plug-in has also been moved to just before Extraction as opposed to Integration. This is due to some Extractors have maya think the file needs to be saved even when it doesn't. Plus, in general we actually want to save prior to extracting too to make sure nothing messes up the current file if code fails to be as safe as we assume.

@BigRoy BigRoy merged commit 375f199 into Colorbleed:acre Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant