Jump to content

[SOLVED] dealing with FBX files and bad formatting


photo

Recommended Posts

Just a heads up that the current fbx importer doesn't work so well when import.getMeshName brings back something like the following 

Some stupid folder that somebody wrote with a trailing space /filename.mesh

I am getting around this here by breaking each path using strsplit, trimming each component and constructing a new path.  Though it would be more desirable to modify the getMeshName function to do this.

Link to comment
  • 2 weeks later...
×
×
  • Create New...