Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when vtkUnstructuredGridReader update .vtk data #98

Open
HakunanMatatat opened this issue Jun 2, 2023 · 1 comment
Open

error when vtkUnstructuredGridReader update .vtk data #98

HakunanMatatat opened this issue Jun 2, 2023 · 1 comment

Comments

@HakunanMatatat
Copy link

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
Copy link
Owner

tkeskita commented Jun 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants