diff --git a/korman/exporter/material.py b/korman/exporter/material.py index 3b30c7a..df35d34 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -155,7 +155,7 @@ class MaterialConverter: self._propagate_material_settings(bm, layer) # UVW Channel - for i, uvchan in enumerate(bo.data.tessface_uv_textures): + for i, uvchan in enumerate(bo.data.uv_layers): if uvchan.name == slot.uv_layer: layer.UVWSrc = i print(" Using UV Map #{} '{}'".format(i, name))