tkeskita / BVtkNodes

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

vtkProbeFilter crashes Blender with polyhedral mesh #107

Open rgsouthall opened 9 months ago

rgsouthall commented 9 months ago

Hi. On Arch linux and Blender 3.6, vtkProbeFilter crashes Blender with a polyhedral mesh when decomposepolyhedra is turned off. In the OpenVDB example, all nodes upstream of vtkProbeFilter seem to work fine Terminal error message is

/usr/include/c++/13.1.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = double; _Alloc = std::allocator<double>; reference = double*&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. Aborted (core dumped)

Cheers Ryan

P.S. Thanks for this add-on.

tkeskita commented 9 months ago

Hi, weird, it works OK for me on Ubuntu 20.04.. May be related to Arch, e.g. some system library is incompatible with VTK 9.2.6?