Shape animation is stored as a series of shape keys and an (optional) fcurve.
For example, the dotXSI 5.0 exporter outputs an fcurve only if the user chooses the Plot all deformations option for shape animation.
![]()
|
This template corresponds to the CSLXSIShapeAnimation class. |
5.0
XSI_ShapeAnimation SHPANIM-<object> { "LINEAR", <nbShapes>, // Number of XSI_Shape templates SI_FCurve { // map shape keys to frames } // XSI_Shape templates are indexed from 0..nbShapes XSI_Shape SHP-<object>-<index> { "INDEXED", XSI_SubComponentAttributeList <shape-key-name> { // ... } // More XSI_Shape templates ... } }
Autodesk Crosswalk v5.0