Hi all,<br><br>I got some problems with the generated python code using paraview 3.8 (Python Trace State).<br><br>Using paraview GUI, I can load my pvsm file and when selecting &quot;Glyph2&quot; in the pipeline browser, I<br>

can set values like &#39;Solid Color&#39;, &#39;cellNormal&#39;, &#39;Velocity_Bis&#39;, ...<br><br>However, when executing the generated code using pvpython, I got this error:<br><br>vtkPVDReader : [ ...........]<br>vtkPVArrayCalculator : [ ...........]<br>

vtkPVArrayCalculator : [ ...........]<br>vtkWarpVector : [ ...........]<br>vtkPVClipDataSet : [ ...........]<br>vtkPVArrowSource : [ ...........]<br>vtkPVGlyphFilter : [ ...........]<br>Traceback (most recent call last):<br>

  File &quot;p5.py&quot;, line 365, in &lt;module&gt;<br>    DataRepresentation13.ColorArrayName = &#39;Velocity_bis&#39;<br>  File &quot;/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py&quot;, line 204, in __setattr__<br>

  File &quot;/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py&quot;, line 2361, in setProperty<br>  File &quot;/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py&quot;, line 253, in SetPropertyWithName<br>

  File &quot;/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py&quot;, line 681, in SetData<br>ValueError: Could not locate array Velocity_bis in the input.<br>

<br>Any idea? Or advice to tackle this issue?<br><br>Best Regards,<br><br>Laurent<br>