PLY: Export alpha channel for vertex colors

This commit is contained in:
Campbell Barton 2019-01-25 10:47:14 +11:00
parent ada8216dc6
commit caf0c86b45
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def save_mesh(filepath,
color = (int(color[0] * 255.0),
int(color[1] * 255.0),
int(color[2] * 255.0),
255
int(color[3] * 255.0),
)
key = normal_key, uvcoord_key, color