freealise commited on
Commit
48540fb
1 Parent(s): df4a68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ def get_mesh(image, depth, blur_data, loadall):
322
  #cverts[i].append(verts[j])
323
  #j=j+1
324
  mesh.append(trimesh.PointCloud(verts))
325
- mesh.visuals.color = [255,0,255,255]
326
  mesh[len(mesh)-1].merge_vertices()
327
  #i=i+1
328
  mesh_n.append(str(fnum))
 
322
  #cverts[i].append(verts[j])
323
  #j=j+1
324
  mesh.append(trimesh.PointCloud(verts))
325
+ mesh[len(mesh)-1].visual.color = [255,0,255,255]
326
  mesh[len(mesh)-1].merge_vertices()
327
  #i=i+1
328
  mesh_n.append(str(fnum))