-
Notifications
You must be signed in to change notification settings - Fork 0
FBX File Doc Blend Shapes
JoshuaKlaser edited this page Jun 11, 2014
·
1 revision
This is where you will find all the data involving blend shapes.
There are 2 sections in which Blend Shape data is found.
The first one is found within Object Properties with the following heading:
Geometry: 223548432, "Geometry::blendShape1_OuterBlend0", "Shape" {
The following properties you will find in here are:
- Indexes - This is the index list of vertex indices that the blend shape is linked to. This is a list of integers.
- Vertices - This is the the transformation displacement of the vertices. This is a list of Vector3's. The position in the Vector3 list matches with the vertex index position in the Indexes list.
- Normals - Do not know what this data represents (It could quite easily be the normals of the displaced vertex, however this section has not been looked into).
The second one is found within Object Properties with the following heading:
Deformer: 223503184, "SubDeformer::blendShape1.blendShape1_InnerBlend0", "BlendShapeChannel" {\
I have not researched the data within this seciton, as I've only needed the data from the first section. There are only two properties here labelled; 'DeformPercent' and 'FullWeights' and I do not know what these refer to within the blend shape objects.