Jump to content

[SOLVED] Problem on FBX import when UV set name is an empty string


photo

Recommended Posts

Posted

Hi,

 

We were trying from yesterday to load 3D models exported to FBX format from the software Rhinoceros 3D (http://www.rhino3d.com/).

 

It seems that by the time, Rhinoceros3D doesn't assign names to UV sets, which is causing problems when importing FBX model with the FBX Plugin Importer in Unigine (the first texture is simply not applied), while the model is loading properly in another FBX viewer (Visual Studio FBX Viewer or Autodesk FBX Converter 2013).

 

It concerns lines 1066-1072 in the AutodeskImport.cpp file.

 

Possible solution are a different value to initialize first_uv_name and second_uv_name, or to manage the case of an empty uv set name before the two conditions on first_uv_name and second_uv_name in the loop.

 

I can't provide a proper example model from Rhino3D for the moment, but I will as soon as I can.

  • 3 weeks later...
×
×
  • Create New...