<div dir="ltr">Hello VTK developers,<br>several questions about the correct usage of information_only properties have been asked over the years, but I didn't find a working solution.<br><br>The attached example is a complete, tiny, source plugin ("MyInfoSource") for paraview 5.4.1. It generates an empty PolyData output. I am only interested in modifying and showing the source's properties.<br><br>MyInfoSource has 3 properties (cf. InfoSource.xml):<br>1) InputPoint allows to input three coordinates.<br>2) CalculatedPoint has 'information_only="1"' and will be calculated whenever InputPoint is set.<br>3) ShowCalculatedPoint has 'information_property="CalculatedPoint"' and is meant to output that calculated value.<br><br>I am using a modified vtkInfoSource::SetInputPoint, which sets the CalculatedPoint coordinates to twice the InputPoint coordinates whenever InputPoint changes (cf. vtkInfoSource.cxx).<br><br>I was expecting the "ShowCalculatedPoint" property to update in the properties view, whenever I apply changes to InputPoint, but it doesn't change. Only when I click "Restore application default setting values" for MyInformationSource, then ShowCalculatedPoint shows twice the last value of InputPoint.<br><br>Can you reproduce this behaviour?<br>What needs to be changed, so that ShowCalculatedPoint always shows twice the InputPoint coordinates after changes are applied?<br><br>Many thanks,<br>Jussuf<br></div>