Jonas Lindemann

Results 21 comments of Jonas Lindemann

Thanks for your quick reply. It almost worked. After removing the text object it works: ``` import vedo import numpy as np class RunnerTest: def __init__(self): self.positions = np.random.rand(100, 3)...

BTW: Replacing Points with Spheres also crashes the above code.

> Uhm.. what happens to the Text2D? Is it crashing? Yes. Black window appears and then disappears. No drawing from what I can see. > > > I would like...

> > Yes. Black window appears and then disappears. No drawing from what I can see. > > that's pretty weird! But the small standalone script I sent is also...

Perhaps a bug, but on Windows you can't type vedo in the command line. For all the other scripts in this folder there are .exe equivalents. I had to do:...

Try to open it in ParaView and export from there.

Make sure to install GMSH (http://gmsh.info/) and add it to the search PATH in Windows. In anaconda GMSH can be installed by using conda install python-gmsh

I have updated the detection mechanism to be able to find gmsh in more places. Site-packages are also searched now. Jonas

> Hello... did you find a solution for this issue? I'm having the same problem and I'm not being able to fix it by adding to the PATH Please check...