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

Updates #28

Merged
merged 21 commits into from
Aug 12, 2015
Merged

Updates #28

merged 21 commits into from
Aug 12, 2015

Conversation

mottosso
Copy link
Member

Renamed validate_single_root_transform

This one is straightforward enough, it's now called validate_single_assembly

Added support to find_next_version for multiple numbers

Before, numbers couldn't go above 10, this was a bug and is fixed now.

Adding option for extractor

Made it so that maya_ascii publishes don't include their original references; instead they are baked into the publish.

Renaming integrate_cleanup.py to cleanup_tempdir.py

To better align with the new cleanup_comment.py.

Added support for comments

When publishing, it looks for a node of any type called "comment". If it has anything in it's "notes" field, it will be published as "comment.txt" alongside everything else.

The comment is then removed during CleanupComment.

Moving temp_dir to Context, for simplified integration

Something to talk about; before, the temp directory was embedded into each Instance, meaning integration operated on a per-instance basis. I moved the temp dir to the Context now, such that integration simply moves everything inside of it into it's corresponding version.

Benefit is simpler integration, disadvantage is less control over individual files as we no longer have access to files relative to which instance they came from. Whether or not it matters remains to be seen.

Does it make sense though? It might not have been necessary, it's just a trail.

@mottosso
Copy link
Member Author

Merging and continuing!

mottosso added a commit that referenced this pull request Aug 12, 2015
@mottosso mottosso merged commit ede9d80 into pyblish:master Aug 12, 2015
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.

2 participants