-
Notifications
You must be signed in to change notification settings - Fork 28
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 Tool - Remove All mmSolver Nodes from Scene #76
Comments
It may also be helpful to create a user interface for this tool. We could create a window to allow deleting the following categories in a Maya scene file.
This GUI would be a "clean up" tool. The primary use for this tool is to allow clean up of a Maya scene before giving the the Maya file to another person, who may no have mmSolver installed. We may need to consider how nodes connected or parented under marker groups, or bundles should be handled. For example, a parented node should be unparented and baked into world space. |
Hi David, I created a Pull request from my forked repo as to start a conversation... |
Hello @ktonegawa, Thanks for your PR, it has been merged into the master branch, and will be released in the next version. Would you like to write some user documentation for the tool? If not, I can probably write it in the next few days. Meanwhile I have added your name to the AUTHORS.txt file and copyrights, so your name is on the website: |
Thank you @david-cattermole for merging the PR so fast! I was going to address your note about creating a Yes I would love to take a crack at the documentation portion. Should I just try adding a section into the |
If you want to, go ahead, but I don't think it's needed.
You don't edit the Instead, you should edit this file: Annoyingly, I cannot show you the actual code for that file via GitHub because GitHub is automatically rendering it into HTML. For future reference, I have added the sphinx auto-generated documentation in commit 6b488ac so you can see what I have changed. |
There has been some documentation added in PR #189. The documentation is uploaded: I think we can close this issue now, if there's a problem we'll open a new issue. Thanks @ktonegawa! |
Create a tool to clean up and delete all mmSolver specific nodes.
This will help users needing to send files to other users that do not have mmSolver.
Usage:
When working in a GUI environment and a "force=True" keyword argument is not passed, a pop-up dialog should be presented saying "Are you sure?".
This tool / function should be executable without a Maya GUI open (such as inside mayapy).
The text was updated successfully, but these errors were encountered: