Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 902 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 902 Bytes

BVtkRenderWindow

small blender addon that allow VTK to draw on a Blender 3DView.

addon for: Blender version 2.79.
current version: 1.0
license: GPL3

Prerequisites:

VTK (version 7 and above) and VTK python wrappers compatible with the python used in Blender.
For Ubuntu 16.04 and above you may try the following binaries BVtkBinaries.zip(147MB).
To build VTK your own please look here: build_vtk_for_blender.

Goals:

  • code your vtk-python script using the Blender console or text editor
  • use the blender 3dview as a vtkRenderWindow
  • control the camera in the Blender way