Tuomo Keskitalo
Tuomo Keskitalo
Looks like you don't have write permission to add-on folder, where add-on is trying to create vtklog.txt. Are you running Blender as normal user?
Hi, please go through the tutorial examples in https://bvtknodes.readthedocs.io/en/latest/ug_nodes.html using the cubeflow example data to get familiar with data processing with unstructured grids. If Info node shows data like in...
Maybe this is ownership or writability issue. Please check file ownership and make writable file `~/.config/blender/2.83/scripts/addons/BVtkNodes-master/vtklog.txt` and `BVtkNodes-master` directory. If they have correct rights, you can edit and save `vtklog.txt`...
Hi, do you mean that the tiling + UV mapping method of #19 fails for your large data? What is your data size (voxel count)? I know .vtm but not...
I've got no experience with OSL shaders, but I guess Blender's Principled Volume Shader would be more flexible to use. Your data is structured points type, so I think OpenVDB...
FYI [VTK To OpenVDB Exporter](https://bvtknodes.readthedocs.io/en/latest/BVTKNodes.html#vtk-to-openvdb-exporter) node is now available but you need some way to run pyopenvdb to use it.
I remember that I had many issues with Blender particles, it's very sensitive system and seems not always to work, see #12 . You can try to find issue by...
Hi, yes this is most likely VTK usage issue, not BVtkNodes issue. Maybe need some filter before vtkCompositeCutter? vtkGeometryFilter, or something? If I have more time at some point, I...
Hi, I can see your data in Paraview, but I'm not sure why XMLMultiBlockDataReader does not show any field data being read in the Info node. [See node example here...
I digged a bit deeper. Your data is multiblock data composed of 3D vtkImageData. So, the key here is to somehow merge blocks, and then to find VTK routines to...