<div dir="ltr"><div>I can confirm that GL2PS is not supported in VTK 7.0 on the OpenGL2 backend.<br></div><div><br></div><div>It should be working on the master branch for both backends, though. It is for me:</div><div><br></div><div>>>> import vtk</div><div><div>>>> a = vtk.vtkGL2PSExporter()</div><div>>>> print a.GetClassName()</div><div>vtkOpenGLGL2PSExporter</div></div><div><br></div><div>If it's failing to locate the override class ("vtkOpenGLGL2PSExporter"), that means that the IOExportOpenGL2 module is missing.<br></div><div><br></div><div>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.</div><div><br></div><div>HTH,</div><div>Dave</div></div>