Re: [Paraview] pvpython script fails on Paraview 5.0.1

2017-04-04 Thread Utkarsh Ayachit
Bishwajit, Just remove the "SetScaleArray" invocation from your script to over this issue. I suspect you're building the GUI with VTK_RENDERING_BACKEND cmake variable set to OpenGL2, while with 5.0.1, it may be defaulting to OpenGL, as a result your Mesa build is using legacy OpenGL backend. This

Re: [Paraview] pvpython script fails on Paraview 5.0.1

2017-04-03 Thread Cory Quammen
It looks like you've built ParaView with the OpenGL backend while your Windows binary is built against the OpenGL2 backend. These backends have some disjoint properties exposed in ParaView, and the error you are seeing is from a property in the state file generated from the OpenGL2 backend that