Made working version

This commit is contained in:
Segey Lapin
2019-08-25 17:24:07 +03:00
parent a78670739d
commit ce7749d978
19 changed files with 2027 additions and 1982 deletions

View File

@@ -185,7 +185,7 @@ func prepare_character(x: int) -> void:
# body_mesh = body_mi.mesh.duplicate(true)
# orig_body_mesh = body_mi.mesh.duplicate(true)
_vert_indices = dna.vert_indices[x]
dna.add_mesh("body", body_mi.mesh, dna.vert_indices[x])
dna.add_body_mesh(body_mi.mesh, dna.vert_indices[x])
# cloth_meshes.clear()
cloth_mis.clear()
for cloth in clothes.keys():