Hi
Can I export ATOM files with Python? I know that I can do it with mel, with something like:
file -force -options "precision=8;statics=1;baked=1;sdk=0;constraint=0;animLayers=0;selected=selectedOnly;whichRange=1;range=1:10;hierarchy=none;controlPoints=0;useChannelBox=1;options=keys;copyKeyCmd=-animation objects -option keys -hierarchy none -controlPoints 0 " -typ "atomExport" -es "Z:/x.atom";
so I can do it by wrapping this command in Python, but this is not very elegant, is there some other way?