Adverti horiz upsell

Copy Animation+ (cra_copyAnim) 2.0.0 for Maya (maya script)

Copy animation form one object to a bunch of others

License
Button download
2,966 Downloads

Compatibility

  • 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2008, 8.x, 7.x

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:05/26/2009
Last Modified:09/01/2019
File Size: 44.4 KB

Bugs

Offset by a fraction of a frame....

Statusclosed
Prioritymedium
Date04/05/2012
Submitted byDan Erwin Dan Erwin
if you want the offset to work by a fraction of frame as the float field in the Ui window allows you to input...
then you'll need to change the mel script code on line 247 (the line of code directly under the "copyKey" command line of code..)

from:
int $cra_fallOff = ($cra_key[0] + $cra_offsetCBChannel);

to:
float $cra_fallOff = ($cra_key[0] + $cra_offsetCBChannel); 

Post a comment: