Skip to content

BUG #16020: restore defaults for repeatable vector properties

Repeatable vector properties were not being restored when vtkSMProperty::RestoreToXMLDefaults() was called because no defaults for such properties are typically defined in the proxy XML. This patch handles this case, and throws in resetting properties with invalid defaults but active domains to the domain default.

Merge request reports