Skip to content

vtkGeometryRepresentation: ensure mapper doesn't use coloring by default

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:fixes into master

vtkCompositePolyDataMapper2 colors by active scalar by default. This was causing certain datasets to show up with colors even through the "ColorArray" property was not set. This fixes that issue.

Merge request reports

Loading