[vtkusers] Running vtk into blender

Ben Boeckel ben.boeckel at kitware.com
Fri Apr 10 11:39:54 EDT 2015


On Fri, Apr 10, 2015 at 02:03:27 -0700, Laurent wrote:
> Is there a way to force a backward compatibility to blender and its python
> interpreter to import a python 2.7 library?

Sorry, I really doubt there is. Using a Python2-based version of Blender
would be the simplest solution right now.

> Do we have any chance to make vtk (python 2.7) working into blender (python
> 3.4)?

Porting VTK to Python3 is non-trivial. David Gobbi has a list of things
that must be done to support it, but mixing Python3 and Python2 from C
code is not possible (pure Python can use the six module to be
ambi-versioned).

--Ben


More information about the vtkusers mailing list