Results 95 comments of Pat Marion

Can you post your file? I might have seen this before, and it and might have to do with locale. Do you use `.` or `,` as separators in floating...

Hi, thanks for the update. It sounds to me like an issue that would be best fixed in VTK, so you may want to post to that bug tracker too.

The collections renderer runs custom OpenGL calls to draw the geometry, instead of using the standard VTK rendering pipeline. As a result, the point picker has no information about the...

Yes, you should be able to access every variable that was declared in director's startup.py. I assume you are running a command line: director --startup mymodule/runstartup.py In the script runstartup.py,...

Hi @edrumwri you shouldn't set `PYTHONPATH`. Director is composed of `.py` and `.so` files and they are all copied into the install tree under `build/install/lib/python3.6` (or whatever version of python...

Director is tested in ubuntu 18, it should work. It uses a "superbuild" which builds and installs all dependencies. Running from the build/install dir should be all that is required,...

Can you run glxgears? Can you post output of glxinfo? I have only seen this after modifying the video driver, and it resolves after a reboot.

How is it picking up vtk-5.8 from this path: `/build/buildd/vtk-5.8.0/Rendering/vtkXOpenGLRenderWindow.cxx`? Is that what you expect? Do you also have vtk system installed?

There are two things to double check: 1) which version you compiled and linked with 2) which version of vtk gets loaded at runtime when you `import vtk` They need...

very cool. I am fine with adding zeromq as an optional dependency, no problem. I can't have it as a required dependency, but I don't think you are proposing that....