Skip to content

Python: PropertyManager fix GetValues for ProxyProperty

PropertyManager was accessing NumberOfElements method of vtkSMVectorProperty. This fails for proxy and input properties. Instead we use a vtkPropertyHelper to avoid this issue.

Merge request reports

Loading