11.5.11

tutorial test

WELCOME..

COPY ANIMATION V01

#copy animation 2 object
# copy animation from source(1st click) to target (2nd click)
#instalation
    -copy this code and run in maya script editor (Python Tab)


import maya.cmds as mc
MIN=int(mc.playbackOptions( q=True,minTime=True,))
MAX=int(mc.playbackOptions( q=True,maxTime=True,))

source=
[i for i in mc.ls(sl=True,)][0]
target=
[i for i in mc.ls(sl=True,)][1]
listattr=[x for x in
mc.listAttr( source,r=True, k=True )]
for i in listattr:
    mc.copyKey( source, time=(MIN,MAX),attribute=i, option="curve" )
    mc.pasteKey(target)



#enjoy..
10.5.11

WIGIANIMTOOL


Tools for animation pipeline, manage character animation clips in autodesk Maya with python code
features:
-simple tool
- lipsync tools
-animation library ( export, import, delete,rollback,share,preview clips)
an more....
easy to use for animated television series...