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 "Glyph2" in the pipeline browser, I<br>
can set values like 'Solid Color', 'cellNormal', 'Velocity_Bis', ...<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 "p5.py", line 365, in <module><br> DataRepresentation13.ColorArrayName = 'Velocity_bis'<br> File "/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py", line 204, in __setattr__<br>
File "/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py", line 2361, in setProperty<br> File "/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py", line 253, in SetPropertyWithName<br>
File "/home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaViewBin/Utilities/VTKPythonWrapping/paraview/servermanager.py", 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>