|
Oh...I see. This makes latest FBX SDK incompatible with older FBX files, because I’m unable to read the information from the file.
I see three options:
1) Read current file with latest FBX SDK. This doesn’t work.
2) Insert “LastSaved|ApplicationName” and “LastSaved|ApplicationVersion” properties (with nesting sections) into current file. I tried that (just inserting these fields into text as experiment). It doesn’t work - latest FBX SDK just ignores these fields, because FBXVersion is 6100. Changing FBXVersion to 7100 allows me to read the file, but then I’m sure there will be problems with the rest of the file.
3) Write FBXVersion=7100 and add “LastSaved|ApplicationName” and “LastSaved|ApplicationVersion” properties. That would work, but it requires a lot of changes in Blender (and other software with the same issue) and I would still be unable to get the same information from older versions of Blender. So it’s not really an option either.
Is there another workaround?
Many thanks,
Paulius
Author: Paulius Liekis
|