Fix T81537
In very rare cases, when face_uvidx is larger than len(verts_tex),
it will raise an Exception that makes import failed. So I add
an (0.0,0.0) data pair to make the function run well.
Differential D9152
Fix T81537: UV index greater than total UV coordinates Authored by hejing (campanulamediuml) on Oct 8 2020, 4:43 PM.
Details Fix T81537 In very rare cases, when face_uvidx is larger than len(verts_tex),
Diff Detail
Event TimelineComment Actions Shouldn't the exporter fix it? Does the spec [1] allow for (any) index to be greater than total coordinates written ? https://wikipedia.org/wiki/Wavefront_.obj_file#External_links This comment was removed by hejing (campanulamediuml). |