Skip to content

Fix for rendering data axes with RT backends

Kees van Kooten requested to merge kvankooten/paraview:RTAxesGridFix into master

The ParaView part of fixes to get Data Grid Axes to work with RT backends. Follows the same logic as VTK merge request 7039, in which necessary actor nodes are created for raytracing render passes in GetActors() overrides, but this time around for the vtkGridAxes3DActor and its subcomponents.

Merge request reports