fix shape keys and multiple uv

This commit is contained in:
QuantumCoderQC 2021-10-28 15:48:26 +02:00
parent 4b65d8d68c
commit 8f733222a9
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ class ArmoryExporter:
break
if has_tex1:
for i in range(0, len(uv_layers)):
if i != t0map and uv_layers.name != 'UVMap_shape_key':
if i != t0map and uv_layers[i].name != 'UVMap_shape_key':
t1map = i
t1data = np.empty(num_verts * 2, dtype='<f4')
# Scale for packed coords