Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FBX SDK 2012 KFbxGeometry::GetShapeChannel() issue

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
290 Views, 0 Replies

FBX SDK 2012 KFbxGeometry::GetShapeChannel() issue

Howdy,

 

I'm having an issue with the 2012 FBX SDK KFbxGeometry::GetShapeChannel() function returning NULL on some files and not others.

KFbxAnimCurve *lCurve = lGeometry->GetShapeChannel(0, s, lAnimLayer, true);
if(lCurve)
{
 // set the keys on the curve
}
else printf("curve is NULL");

 

it works for a simple cube with a couple of blend shapes, but returns NULL for all of the blend shapes on a full facial animation rig.

 

Why is it not creating the curves for the more complex file?

 

Adios,

Cactus Dan

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report