do not export muted shape keys

This commit is contained in:
QuantumCoderQC 2021-10-28 15:48:08 +02:00
parent 13a2f4538a
commit 4b65d8d68c
1 changed files with 2 additions and 0 deletions

View File

@ -1146,6 +1146,8 @@ class ArmoryExporter:
if(count > max_shape_keys):
break
# get vertex data from shape key
if shape_key.mute:
continue
vert_data = self.get_vertex_data_from_shape_key(shape_key_base, shape_key)
vert_pos.append(vert_data['pos'])
vert_nor.append(vert_data['nor'])