Adverti horiz upsell

autoTangent 1.0.3 for Maya (maya script)

script automatically adusts keytangents as smoth as possible without overshoot

License
Button download
4,515 Downloads

Compatibility

  • 2011, 2010, 9.x, 2009, 2008, 8.x, 7.x

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:10/08/2010
Last Modified:11/01/2010
File Size: 8.24 KB

Bugs

doesn't work with maya 2011 ?

Statuspending
Prioritymedium
Date10/28/2010
Submitted bydenis briant denis briant
when I launch my my good old AutoTangent icon... nothing happend... no windows opening or any error message.
once I had this error message, but can't get it anymore. AutoTangent is mute or invisible :((

autoTangent;

// Error: aTan_smoothKeys() ;

//

// Error: Wrong number of arguments on call to aTan_smoothKeys. //

// Warning: New procedure definition for "aTan_smoothKeys" has a different argument list and/or return type. //


I checked on my older mayas and it still works on those..

cheers !

Comments on this bug:

  • martin freitag

    martin freitag said almost 16 years ago:

    Don't know, what you did. Does not sound like it's a problem of autoTangent, looks like the issue comes with your old button (maybe you source it twice in two different version or something). Definitely works on Maya 2011. I recommend to redo the button. *Make sure autoTanget.mel is in your script folder (in this case of Maya2011) *add the line: source "autoTangent.mel"; in your userSetup.mel ...and restart Maya *if you want the UI make the command of the button just: autoTangent(); *if you want just smooth tangents and no UI the command should be just: aTan_smoothKeys(); Make sure the button has no source statement or more than one of the commands. Good Luck.... M.

Post a comment: