XSI_ShapeAnimation

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.

Introduced

5.0

Template

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 v4.0