[vtkusers] GL2PSExporter issue

neok m4700 neok.m4700 at gmail.com
Sat Sep 10 13:10:11 EDT 2016


Hi,

Thank you for the clear explanation.

It now works with these options:
cmake
-DVTK_RENDERING_BACKEND=OpenGL2 -DModule_vtkRenderingGL2PSOpenGL2=ON
-DModule_vtkIOExportOpenGL2=ON
<...>


2016-06-27 15:02 GMT+02:00 David Lonie <david.lonie at kitware.com>:

> 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/20160910/245dbce3/attachment.html>


More information about the vtkusers mailing list