Skip to content

Resolve "Colormap changes are not recorded in Python Trace since ParaView 5.3"

Fixes #18113 (closed). Code to trace opacity function was buggy. Fixed that. Cleaned up the hack in smtrace to instead use a more consistent logic to always trace traceable properties on ProxyProperty's target proxy, if they were modified. Old logic only did so for properties that had a ProxyListDomain.

Closes #18113 (closed)

Merge request reports