[vtkusers] GL2PSExporter issue

David Lonie david.lonie at kitware.com
Mon Jun 27 09:02:12 EDT 2016


I can confirm that GL2PS is not supported in VTK 7.0 on the OpenGL2 backend.

It should be working on the master branch for both backends, though. It is
for me:

>>> import vtk
>>> a = vtk.vtkGL2PSExporter()
>>> print a.GetClassName()
vtkOpenGLGL2PSExporter

If it's failing to locate the override class ("vtkOpenGLGL2PSExporter"),
that means that the IOExportOpenGL2 module is missing.

Double check that Module_vtkIOExportOpenGL2 is enabled in the new build
against master. Build in a clean directory and verify that there's a
libvtkIOExportOpenGL2 library in [buildDir]/lib afterwards.

HTH,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160627/b29a7938/attachment.html>


More information about the vtkusers mailing list