FBX SDK 2018
This topic lists the new features and improvements, and fixes in the 2018 release of the FBX SDK.
2018.1.1
New features and improvements
- Added Audio transport support. The audio data can now be referenced or embedded in the FBX file (similar to images in textures) but cannot playback or record audio. The application must handle this and not the FBX SDK.
- Added more options to the
FbxSceneCheckUtility class for testing scene graphs.
Fixes
- Fixed regression issue introduced by the Audio transport feature.
- Fixed all data not being copied over when you copy a
FbxSkin object.
2018
Fixes
- Fixed crash in
FbxGeometryConverter::Triangulate with huge poly count (60 million +).
- Fixed crash when deleting NURBS created with
FbxGeometryConverter::ConvertPatchToNurbsSurface().
- Fixed invalid value for malloc resulting in a crash in
FbxImporter::Initialize().
- Fixed an invalid pointer access crash in
KFCurve.