Skip to content

Local Rendering not working on paraview >= 5.13 #107

@UlysseDurand

Description

@UlysseDurand

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions