libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
448 stars 116 forks source link

fbx-conv fails to build with fbx-sdk 2014.2.1 #42

Closed aginiewicz closed 10 years ago

aginiewicz commented 10 years ago

Everything worked nicely with fbx-sdk 2014.2, but after update to 2014.2.1 I get error:

../../src/readers/FbxConverter.h:596:27: error: ‘class fbxsdk_2014_2_1::FbxScene’ has no member named ‘GetEvaluator’
     animStack->GetScene()->GetEvaluator()->SetContext(animStack);
                            ^

Full build output: http://pastebin.com/m2HtV2Lc

aginiewicz commented 10 years ago

http://pastebin.com/fjXpPebS fixes this error on 2014.2.1, but I haven't made pull-request from it, because I don't know if it will work on earlier releases as well.

xoppa commented 10 years ago

This isn't really an issue. Fbx-conv will be updated for 2014.2.1 soon. However, for this the build servers needs to be updated first.