paul.th...@gmail.com
unread,Mar 17, 2016, 2:48:28 PM3/17/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Programming for Autodesk Maya
Hey y'all, so I'm trying to write a tool that can export animation data to a text file. I don't want to just print values for every frame, instead I would like to export only values at keyframes.
I have it working for transform data by using maya.cmds.GetAttr() to get data and maya.cmds.keyframe() to get a list of keyframes. However I have not been able to get keyframe() to give me a list of keyframes for blend shape animations which is a requirement for this tool. Are there any other methods that I could try that could give me a list of blend shape keyframes?
Thanks,
Paul