-
Notifications
You must be signed in to change notification settings - Fork 29
Issue #201 Porting ml_convertRotationOrder.py to mmSolver #233
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
Issue #201 Porting ml_convertRotationOrder.py to mmSolver #233
Conversation
…and ml_utilities.py files and adding it to the menu
Hi @ktonegawa, This looks really good!
I think the location (
It was in relation to a tool to check how "gimbal flipped" all the selected transform nodes are. For example if you follow these steps you will get a warning "Please select a single object".
If only 1 transform node is selected then the UI updates and lists the gimbal flipping amount. |
@ktonegawa the only issue I can see in your PR, can you add the new tool UI into the https://github.com/david-cattermole/mayaMatchMoveSolver/blob/master/config/menu.json Otherwise I'm happy to merge this PR and include in the v0.3.15 release. |
@ktonegawa I have written up the "check rotation order" tool description in more detail here: |
Hi @david-cattermole I added this tool under those json files you mentioned and I also slapped something together and put up Pull Request #235 to get something going... |
This looks good to me. I will merge this PR in the next 8 hours. There are a few things I'll need to check and possibly add:
This should be released in v0.3.15. |
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.
This looks good! Thanks @ktonegawa!
glad to hear that, thank you @david-cattermole ! |
Creating Pull Request to start progress of Issue #201
For now I just simply added the script files and just added them to the General Tools menu.
I would like to clarify
ml_utilities.py
go into an actualutils
directory andml_convertRotationOrder.py
intotools
directory to keep the formatting consistent?From what I can see from this line here seems like the tool already does iterate through the list of selections to change the rotation order. Are you referring to setting different rotation orders for multiple objects? If so perhaps we could put together a new UI...?