Skip to content

Fix issues using Extract AMR Blocks filter.

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

Addresses #16999 (closed). There were two issues:

  1. vtkSMCompositeTreeDomain would incorrectly set the default values for properties that needed pairs (or n-tuples, where n > 1) values. Fixed that by making sure that the domain doesn't set the property value to end up with an incorrect element count.
  2. pqSignalAdaptorCompositeTreeWidget was using correct for loop check. Fixed that.

Merge request reports