Adverti horiz upsell

Wheel Rigger 1.0.0 for Maya (maya script)

Automatic Wheel rotation

License
Button download
2,703 Downloads

Compatibility

  • 2008, 8.x, 7.x, 6.x, 5.x, 4.x

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:08/28/2008
Last Modified:08/30/2008
File Size: 8.58 KB

Bugs

changes axis of move tool

Statuspending
Prioritylow
Date05/12/2011
Submitted bybrian emerson brian emerson
Hey Man Great script! After trying out a few different wheel rigs I settled on this one because it seems to just work without a lot of fuss. One thing I just realized though is every time it evaluates, the move tool's move axis gets changed to 4 (basicaly object mode) which is frustrating if you want to be working in world mode. To fix this I added the following to the beginning and end of the expression:

//begin: gets current move axis mode
int $movemode = `manipMoveContext -q -mode Move`;

//end: sets move axis to original
manipMoveContext -edit -mode $movemode Move;

I'm sure there's a more elegant way to do this but I'm not a mel expert.
Thanks again!
brian

Post a comment: