Blender Git Loki
Git Commits -> Revision fe4c535
Revision fe4c535 by Ankit Meel (soc-2020-io-performance) July 16, 2020, 15:27 (GMT) |
Importer: Fix misaligned UV vertices of a mesh The previous code was not initialising duplicate UV vertices which created bad shapes in UV editor. Also use range-loop. Also since set_uv needs not be edited, mark curr_object const again. |
Commit Details:
Full Hash: fe4c5350c46402feed0404a617beb900a2460979
Parent Commit: c275b27
Lines Changed: +16, -22