Skip to content

Eliminate all of the PythonD libraries

David Gobbi requested to merge dgobbi/vtk:amalgamate-python into master

This removes all of the PythonD libraries, and moves their contents into the python modules themselves. The result is a cleaner build.

The change that made this possible is that the wrapped VTK classes are now linked to each other via Pythonic mechanisms (i.e. module loading) rather than via the dynamic linker.

Edited by David Gobbi

Merge request reports