.
I’m look on to export an animated .x from Maya 2012. this has helped some....
svv3d 19 September 2011 09:04 AM
download from
http://www.chadvernon.com/blog/resources/cvxporter/
PS: For 2011 and 2012
find
cmds.scriptTable( "animationSets", rows=1, columns=3, label=[(1, "Name"), (2, "Start Frame"), (3, "End Frame")], enable=False, width=400, height=500, columnWidth=[(1,180),(2,70),(3,70)], getCellCmd="getCellMel", cellChangedCmd="cellChangedMel" )
and replace
cmds.scriptTable( "animationSets", rows=1, columns=3, label=[(1, "Name"), (2, "Start Frame"), (3, "End Frame")], enable=False, width=400, height=500, columnWidth=[(1,180),(2,70),(3,70)], getCellCmd=getCell, cellChangedCmd=cellChanged )
but it’s still not exporting animations (that par of the .x file brackets are empty)
the only other bug is that the table acts a bit cooky with the tab navigation.
python output shows no errors.