Louis Pujol
Results
2
issues of
Louis Pujol
Hi @marcomusy When running this script : ```python import vedo mesh = vedo.Mesh(vedo.dataurl+"spider.ply") vedo.show(mesh.c('b'), offscreen=True) vedo.show(mesh.c('r'), offscreen=False) ``` I expected the second call to `show()` to create a new plotter...
Hi ! So far vedo loaders work with filenames as strings, I usually use ``pathlib.Path`` to manage file locations. The current implementation is not compatible as some functions specific to...