Closed j2l closed 8 years ago
I'm not entirely sure, for 2 reasons:
1) I've not touched this code in years, so I myself am a bit out of the loop on it....
2) I'm unsure of Blender's FBX format. They were (are) likely using a different version than Autodesk was (is).
What you can do is take a look through a saved out fbx from blender. Find out where things like vertices, normals, etc are saved out & what their format is. My guess is either the object grouping or the data format is slightly different. So functions for retrieving normals etc will either need to parse for a different format, or parse in a different part of the file. Again I've not looked at Blender's FBX exports so I'm not sure what this looks like.
Thanks for this fast reply. I understand your point. I think it's a long waited function and it seems that someone with good blender knowledge could adapt this pretty fast. I'm not, unfortunately.
I may actually be revisiting this project in the (relatively) near future. So as to not get hopes up, it would still be a couple months at the very least. Work + side coding is....difficult for me. If I do I'll take a look at adding Blender support.
Thank you very much!
What is needed to adapt it to blender 6.1 ASCII?