Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This is a simple MEL script which given an input joint, skeletion, or selected skeleton: Adds sibling joints for each end joint to a bone which rotate half the amount of that end joint. Utility nodes are created to drive the scaling of the new half-sibling joint based off of the end joint's rotation, and attributes are added to the end joint to control the amount of scaling on each axis. Note that setting the correstponding attribute for the X scale in the negative direction "tightens" the bend rotation, making for a sharper bend, while a positive direction "rounds" it out even further. Thanks for downloading, and please let me know what you think!
The tool makes two different character setups: One for twisting and another for volume preservation (bending). The script also uses PyQt for the UI. Usage: To load run this python script:
Select only one joint before hitting any of the buttons. Once selected you can add or remove a bend joint or twist setup. The script assumes the joints are oriented with Primary:X Secondary: Z Secondary Up: Z. Other orientations shall be supported in the near future. Hierarchies can be used rather than one joint at a time as well. Simply select the root joint and click the "* hierarchy *" button.
Constructive comments & feedback are always welcome!
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.