Skip to content

Adding support for scalar coloring

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:fixes into master
  • pqColorArrayPropertyWidget is the widget for scalar coloring.
  • data information is now always gather and passed to client after SourceProxy::UpdatePipeline or View::Update calls.
  • transfer function ranges are setup using current ranges via vtkSMApplyController.

Peek_2022-03-02_15-29

Edited by Utkarsh Ayachit

Merge request reports