Purpose:
----------
This is the script, with this one can edit animation in 3d view by creating the arc in the same path & update the animation later by deleting the generated arc

If animation is there on translation, then this script is useful.
Animated control's translation & rotation attributes should be unlocked.

Location:
----------
Copy 'as_AnimArcEditorMain.pyc' and 'as_AnimArcEditorMain.ui' both files to the following location:
C:\Documents and Settings\User\My Documents\maya\2011 or 2014\scripts

Usage of Script:
------------------
Run these commands from python window

from as_AnimArcEditorMain import *
AnimArcEditor.as_AnimArcEditor()

Updates as_AnimArcEditro_v1.5.0:
--------------------------------------
1. Now if any animation is there on rotation, It will be retrived

Limitations:
-------------
1. It needs to be tested with Global Scaling option

If you use some other version like 2009, then this problem will come.
# Error: Bad magic number in C:/Documents and Settings/khlug/My Documents/maya/2009-x64/scripts\as_AnimArcEditorMain.pyc

View My Blog for more videos and help:
--------------------------------------------
http://subbuadd.blogspot.com/2010/12/anim-arc-editor-in-3d-view-by-subbu_09.html


Watch All videos at these links:
-------------------------------
http://www.pythonscripting.com
http://www.youtube.com/118subbu
https://vimeo.com/subbu118

Contact at: subbu.add@gmail.com

nJoy,
:-)) 


