Page MenuHomeSolus

Enable Python support in ParaView
ClosedPublic

Authored by aleksvor on Dec 17 2018, 6:42 PM.
Tags
None
Referenced Files
F11021682: D4723.diff
Mon, Aug 7, 4:39 PM
F10892490: D4723.id11572.diff
Jun 30 2023, 1:30 AM
F10889939: D4723.id11572.diff
Jun 28 2023, 7:44 AM
F10888904: D4723.id11572.diff
Jun 27 2023, 10:14 AM
F10852474: D4723.id11572.diff
Jun 13 2023, 12:41 AM
F10823538: D4723.diff
Jun 3 2023, 5:46 AM
F10803030: D4723.diff
May 29 2023, 9:56 AM
F10762991: D4723.id11572.diff
May 18 2023, 10:33 PM

Details

Summary

Enable Python support in ParaView. Resolves T7346.

Test Plan

Rendered a shape in RenderView using Python scripting:

cone = Cone()
cone.Resolution = 64
Show(cone)
Render()

Also installed system VTK along ParaView to ensure that there are no file conflicts.

Diff Detail

Repository
R4568 paraview
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Sorry to be the annoying guy but python 2 is on its end, so please always prefer python 3 for new stuffs unless there is a specific need for python 2.
-DVTK_PYTHON_VERSION=3

Sorry to be the annoying guy but python 2 is on its end, so please always prefer python 3 for new stuffs unless there is a specific need for python 2.
-DVTK_PYTHON_VERSION=3

Okay, I'm actually rebuilding PV with Python 3 right now :) I'll update the diff if it builds correctly and my simple test works.

Rebuild against Python 3.
Repeated all actions described in the test plan - everything works the same.

This revision is now accepted and ready to land.Dec 20 2018, 3:21 PM
This revision was automatically updated to reflect the committed changes.