The following examples show no rendering when using local rendering with paraview:
Other paraview examples render fine.
These three examples have paraview.VtkLocalView in common (or VtkRemoteLocalView and renders nothing when switching to local rendering).
I am using Ubuntu 24.04.4 LTS
.venv was created with the following commands
python3.10 -m venv .venv
source .venv/bin/activate
pip install trame trame-vtk trame-vuetify
I ran the examples with the following command
~/Downloads/ParaView-5.13.0-MPI-Linux-Python3.10-x86_64/bin/pvpython examples/07_paraview/SimpleCone/LocalRendering.py --venv .venv
It stopped working after 5.12.1.
I tried with different versions of ParaView, 6.1 and 5.13.0 don't work but 5.12.1 works fine.
The following examples show no rendering when using local rendering with paraview:
Other paraview examples render fine.
These three examples have
paraview.VtkLocalViewin common (orVtkRemoteLocalViewand renders nothing when switching to local rendering).I am using Ubuntu 24.04.4 LTS
.venv was created with the following commands
I ran the examples with the following command
~/Downloads/ParaView-5.13.0-MPI-Linux-Python3.10-x86_64/bin/pvpython examples/07_paraview/SimpleCone/LocalRendering.py --venv .venvIt stopped working after 5.12.1.
I tried with different versions of ParaView, 6.1 and 5.13.0 don't work but 5.12.1 works fine.