Hi all,
Just a quick question about the best practices for exporting bones from an armature.
I’ve looked through the Python documentation for 2.6 and came across the FCurve, and its associated data_path (FCurve.data_path). From this, it is possible to derive a target property which is affected by the animation, and an evaluated value for a particular frame. This is fine, and it would be possible to build up a transformation matrix for a particular frame from this information, but is it possible to extract the RNA information for the data_path into something more meaningful? For example, the target which is affected consisting of the name of the object, and a property? The data_path just seems to be a text representation of a member within a class, which makes it kind of difficult.
Thanks,
Paul