Skip to content

Make more classes python-wrappable.

David Gobbi requested to merge dgobbi/paraview:wrappability-fixes into master

This change is necessary in order to make ParaView build with the wrap-python-exclude branch of VTK vtk/vtk!634 (merged). By default, VTK attempts to wrap many more classes than before, and this uncovered problems with ParaView's VTK extension classes (e.g. missing method implementations, unexported symbols).

Merge request reports