BVtkNodes icon indicating copy to clipboard operation
BVtkNodes copied to clipboard

vtkProbeFilter crashes Blender with polyhedral mesh

Open rgsouthall opened this issue 1 year ago • 1 comments

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.

rgsouthall avatar Sep 20 '23 11:09 rgsouthall

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?

tkeskita avatar Sep 22 '23 10:09 tkeskita