Blender Git Loki
Git Commits -> Revision ef0eff0
Revision ef0eff0 by Ankit Meel (soc-2020-io-performance) June 24, 2020, 12:43 (GMT) |
Fix repeated UV vertices and their indices `append`'s usage causes `export_mesh_eval->totloop` many UV vertices being written to the OBJ file. There are duplicates in that list. So _tot_uv_vertices is being used to track the unique ones. |
Commit Details:
Full Hash: ef0eff0b8a42bac8515bb57c7279fc628590c42c
Parent Commit: 31d4801
Lines Changed: +10, -4
1 Modified Path:
/source/blender/io/wavefront_obj/intern/wavefront_obj_exporter.cc (+10, -4) (Diff)