Skip to content

pythonalgorithm: Fix for smproperty.proxy

In Python plugins inheriting from VTKPythonAlgorithmBase, when using decorator (smproperty.proxy) to add ProxyProperty, the plugin fails to load. Below is a sample plugin, with the smproperty.proxy decorator on line 12. mySlicePlugin.py

Merge request reports