Basic Auto Rigging in Maya with Python (Part 4)

preview_player
Показать описание
This video series how to do basic auto-rigging using python. This video will cover how to create preset controls for scale, specifically the FK, pole vector, and hand controls.

Here is what the videos in this series are covering:
Part 1 - Basic interface setup
Part 2 - Connecting GUI objects
Part 3 - Making preset icons for scale (IK)
Part 4 - Making preset icons for scale (FK, PV, Hand)
Part 5 - Connecting GUI to preset icons
Part 6 - Creating auto arm rig (main function)
Part 7 - Creating auto arm rig (ik setup)
Part 8 - Creating auto arm rig (fk/switch setup)
Part 9 - Finalizing
Рекомендации по теме
Комментарии
Автор

If you are going to paste some code in please show it all there are some flags that you cant see

dragonshiryu
Автор

On line 262, "pm.aimConstraint(selected[0], pv_pad1, mo=False, w=1, aim=(-1, 0, 0), u=(0, 1, 0), wut=???)
What should I put on wut?? Are there any inputs after that? Thanks.

ramblerrichie
Автор

Hello, I'm getting the following error: # Error: TypeError: file C:\Program line 130: Invalid flag 'commandChange' #
It seems to only be affecting the commandChange ~lien 64 (I space things differently), so I don't know what I'm doing wrong :-(

baileycohen
Автор

Hello, the hand ctrl isn't appearing in the joint, its being created it in the middle of the scene. Do you know, why?
This is my error:
# Error: RuntimeError: file C:\Program line 134: Last argument must be a group. #
Thanks for this videos.(sorry if I wrote something wrong)

Mo-fuoi
Автор

Hello and thank you so much for these videos. I'm learning Python and these are proving very useful. However, when I try to run the code at this stage, I'm getting these errors:
# Error: can only concatenate list (not "str") to list
# Traceback (most recent call last):
# File "<maya console>", line 1, in <module>
# File "path\new_arm_rig.py", line 166, in armIconScale
# pm.setAttr(fk_circle + 'Shape.v', 1)
# TypeError: can only concatenate list (not "str") to list #


I'm very interested in learning with your videos and it would be awesome if you could help me with this. Thanks in advance.

rafaelruizbaena
welcome to shbcf.ru