Skip to content

Cleanup fielddatadomain

  1. vtkSMFieldDataDomain was used on vtkSMStringVectorProperty instances that allowed user to select array to process. There is really no need for it nor is it correct, since vtkSMFieldDataDomain is a subclass of vtkSMEnumerationDomain and hence intended for vtkSMIntVectorProperty instances! Getting rid of this old misuse of the domain.

  2. vtkSMFieldDataDomain no longer updates itself based on input type. That was generally not useful and added unnecessary complication to the domain and the corresponding UI. Cleaned that up.

  3. Combox shown for vtkSMFieldDataDomain now shows standard icons for the attribute type.

image

Edited by Utkarsh Ayachit

Merge request reports