tkeskita / BVtkNodes

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

error when vtkUnstructuredGridReader update .vtk data #98

Open HakunanMatatat opened 1 year ago

HakunanMatatat commented 1 year ago

Error: Python: Traceback (most recent call last): File "C:\Users\chang\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BVtkNodes-master\core.py", line 771, in execute node.update_vtk() File "C:\Users\chang\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BVtkNodes-master\core.py", line 753, in update_vtk self.notify_downstream(vtk_status=new_status) File "C:\Users\chang\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BVtkNodes-master\core.py", line 689, in notify_downstream node.notify_downstream(vtk_status="out-of-date", origin_node=False) File "C:\Users\chang\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BVtkNodes-master\core.py", line 689, in notify_downstream node.notify_downstream(vtk_status="out-of-date", origin_node=False) File "C:\Users\chang\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\BVtkNodes-master\core.py", line 689, in notify_downstream node.notify_downstream(vtk_status="out-of-date", origin_node=False) [Previous line repeated 4 more times] AttributeError: 'Node' object has no attribute 'notify_downstream'

tkeskita commented 1 year ago

Hi, can you please share blend file or show a simple node tree and small example data which reproduced this? For .vtk data files you may need to use vtkPolyDataReader.