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

Update All Automatically creates infinite update loop in vtkContourFilter #116

Open
tkeskita opened this issue Aug 4, 2024 · 0 comments

Comments

@tkeskita
Copy link
Owner

tkeskita commented Aug 4, 2024

Blender 4.2. Update Mode "Update All Automatically" creates infinite loop in example tree "cubeflow_contours" when changing frame. Debug message show

2024-08-04 12:57:20,297 on_frame_change: DEBUG: Triggered frame update at frame 2 (Update Mode 'update-all')
2024-08-04 12:57:20,300 on_frame_change: DEBUG: Time Selector time step 2
2024-08-04 12:57:20,301 update_vtk: DEBUG: Updating vtkOpenFOAMReader
2024-08-04 12:57:20,303 update_vtk: DEBUG: Updating Time Selector
2024-08-04 12:57:20,305 update_vtk: DEBUG: Updating Multi Block Leaf
2024-08-04 12:57:20,306 update_vtk: DEBUG: Updating vtkAssignAttribute
2024-08-04 12:57:20,307 run_custom_code_wrapper: DEBUG: vtkAssignAttribute run 'vtk_obj.Assign("p", vtk.vtkDataSetAttributes.SCALARS, vtk.vtkAssignAttribute.POINT_DATA)'
2024-08-04 12:57:20,308 update_vtk: DEBUG: Updating vtkContourFilter
2024-08-04 12:57:20,309 outdate_vtk_status: DEBUG: vtkContourFilter: Calling update for all nodes
2024-08-04 12:57:20,309 update_vtk: DEBUG: Updating vtkContourFilter
2024-08-04 12:57:20,310 outdate_vtk_status: DEBUG: vtkContourFilter: Calling update for all nodes
2024-08-04 12:57:20,311 update_vtk: DEBUG: Updating vtkContourFilter
...

RecursionError: maximum recursion depth exceeded
File "/path/to/scripts/addons/BVtkNodes/core.py", line 641, in outdate_vtk_status
@tkeskita tkeskita changed the title Update All Automatically creates infinite update loop Update All Automatically creates infinite update loop in vtkContourFilter Aug 4, 2024
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

1 participant