tkeskita / BVtkNodes

Create and execute VTK pipelines in Blender Node Editor
GNU General Public License v3.0
111 stars 19 forks source link

Upgrade to Blender 3.3 LTS, Python 3.10 and VTK 9.2.2 #93

Closed tkeskita closed 1 year ago

tkeskita commented 1 year ago

VTK is now available by pip in Python 3.10, so I'm gonna start upgrading BVTKNodes for Blender 3.3 LTS.

tkeskita commented 1 year ago

This post is a WIP memo to document observed issues:

test/test_main.py runs OK with blender-3.3/3.3/python/bin/python3.10

tkeskita commented 1 year ago

Looks like this was a fairly easy upgrade, but I'm suspecting some custom nodes need fixing (have been broken for some time). I'm gonna try to add more custom nodes to example trees, that way it's easier to test them in future.