FbxSharp
FbxSharp copied to clipboard
InvalidOperationException on Object's empty values
Given FBX Object
Model: "Model::Camera Switcher", "CameraSwitcher" {
Version: 232
MultiLayer: 0
MultiTake: 1
CameraIndexName:
}
Parser.cs fails with InvalidOperationException (method ReadObject())on the line with CameraIndexName: , because the value is missing.
In this case should the FBX be considered invalid or the behavior of the parser is invalid and should somehow be corrected?
@giuliorm I've never seen an empty value like that. And the FBX SDK documentation doesn't talk about CameraIndexName at all. I'd be interested to see some additional examples of this. What software did you use to create the file? Motion Builder?