Hey y'all, I am currently writing a tool that exports animation data to a text file. It needs to only export data on their keyframes not every frame. Currently I can get a list of keyframes for transform data by using maya.cmds.keyframe() and get the values by using maya.cmds.getAttr(), but this method does not work for blend shape animations. Does anyone know of a good method to get a list of blend shape keyframes for a given object?
Sorry if this is a duplicate, I posted once but couldn't find the post later so I couldn't tell if it went through. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/f9b38547-1f8d-4850-91f7-b77b1f27d7a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
