Tuomo Keskitalo

Results 126 comments of Tuomo Keskitalo

Can you try to disable the addon, rename the folder in that path from `BVtkNodes-master` to `BVtkNodes`, then enable the addon?

OK good to know that it works! Looks like Python has trouble finding module BVtkNodes when doing `from BVtkNodes import ...` if the root folder is not named exactly like...

sorry, no. VTK has no VDB reader, so neither does BVTKNodes. But you can import VDB into Blender as a Volume Object.

Please check the [updated volume rendering section of the docs](https://bvtknodes.readthedocs.io/en/latest/ug_nodes.html#openvdb-export-and-volumetric-rendering). There is one material node setup example at the bottom. Maybe it servers as an example for you? You can...

Hi, I think you need to add *vtkGeometryFilter* in between, please check [this example in the documentation](https://bvtknodes.readthedocs.io/en/latest/ug_nodes.html#extract-boundary-surfaces).

Thanks for testing! Looks like *vtkPolyLine* (or *vtkTriangle*?) and *vtkTriangleStrip* are converted incorrectly.

Some of the incorrect conversion might be due to *vtkGeometryFilter*, according to [docs](https://vtk.org/doc/nightly/html/classvtkGeometryFilter.html#details) it > assumes that the input dataset is composed of either: 0D cells OR 1D cells OR...

Here's my plan for a new **VTK To Blender Mesh** node, which would extract surface meshes directly from linear + polyhedron VTK cells, without need for *vtkGeometryFilter* in between. Node...

FYI I've added all linear cells' conversion to **VTK To Blender Mesh** node, now it should work correctly in latest add-on version.

Hi, @thomgrand has worked on a Global Time Keeper node (among other improvements), which may help. Here's [link to his dev repository](https://github.com/thomgrand/BVtkNodes/tree/dev). I haven't yet checked it out (on my...