Explorar o código

Fix Blender UV export for BufferGeometry

Michal Polko %!s(int64=10) %!d(string=hai) anos
pai
achega
b9c36c3415

+ 1 - 0
utils/exporters/blender/addons/io_three/exporter/api/mesh.py

@@ -140,6 +140,7 @@ def buffer_uv(mesh, options):
         uv = (uv.uv[0], uv.uv[1])
         if round_off:
             uv = utilities.round_off(uv, round_val)
+        uvs_.extend(uv)
     
     return uvs_