Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAras Pranckevicius <aras@nesnausk.org>2022-07-28 16:39:42 +0300
committerAras Pranckevicius <aras@nesnausk.org>2022-07-28 16:39:42 +0300
commitc49717a82473e078ea4e58ef7b42d425a1b7d45a (patch)
treeade60b8149ed30f3bd2b72001874ff4fb057631b /source/blender/blenloader/intern/readfile.c
parentccb9d5d30763920348817c4c460500d0834827de (diff)
Fix T100017: OBJ: new importer does not import vertices that aren't part of any face
The Python based importer had a special case handling of "no faces in the whole file at all", where it ended up treating the whole file as essentially a point-cloud-like object (just loose vertices, no faces or edges). The new importer code was missing this special case. Fixes T100017. Added gtest coverage that was failing without the fix.
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
0 files changed, 0 insertions, 0 deletions