SI_SubelementUserDataVertex_<userDataTag>

Stores vertex user data.

Limitations

Softimage does not export this template. If a dotXSI file contains this template, Softimage ignores it. See XSI_UserData for the corresponding Softimage template.

Introduced

1.3

Template

SI_SubelementUserDataVertex_<userDataTag> {
   <nbSubelements>,

// Vertex indices 
   <vertexIndex>
   ...    // more vertex indices 

// user data 
   <format>, // 0=decimal dump, 1=formatted dump
   <endian>, // 0=big, 1=little 

   // decimal dump 
   <length>, // User data length 
   <byte1>, <byte2>, <byte3>, <byte4>,
   <byte5>, <byte6>, <byte7>, <byte8>,
   ...
   ...,<byteN>,

   // formatted dump 
   <float>,
   <int>,
   <boolean>,
   <short>,
   <byte>,
   <string>,
   <arraySize>,
   <element1>,
   ...
   <elementN>,
}

See Special Issues with Conversion between Softimage and SI|3D for more information on importing and exporting formatted user data.



Autodesk Crosswalk v4.0