marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.03k stars 265 forks source link

Fix error: AttributeError: 'TextureVisuals' object has no attribute 'vertex_colors' #983

Closed daizhirui closed 10 months ago

daizhirui commented 10 months ago

trimesh.Trimesh.visual may be a TextureVisuals instead of a ColorVisuals.

marcomusy commented 10 months ago

Thanks!