RobotLocomotion / director

A robotics interface and visualization framework, with extensive applications for working with http://drake.mit.edu
BSD 3-Clause "New" or "Revised" License
178 stars 86 forks source link

vtk8: Update wrap-python.cmake to support vtk "hierarchy" files #516

Open jcfr opened 7 years ago

jcfr commented 7 years ago

Hi Folks,

Currently working on address this for 3D Slicer, the following module will have to be updated when you will transition to VTK 8: director/cmake/wrap-python.cmake

Indeed, VTK hierarchy are mandatory in the latest VTK ...

I will report back when I address this with 3D Slicer. The module will be added to Slicer/Libs/vtkAddon to facilitate its (re-)use ...

patmarion commented 7 years ago

Thanks for the info!

I think @sankhesh has Director building with tests pasing with vtk8 in #508 but didn't have to modify director/cmake/wrap-python.cmake. Perhaps this is a change coming in the next release of vtk8?