tkeskita / BVtkNodes

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

Node search in Add Node menu top does not list items for VTK Nodes #105

Open tkeskita opened 9 months ago

tkeskita commented 9 months ago

Originally reported in #104. In Blender 3.6, the search bar in the Add menu in the BVTK Node Tree does not find any VTK node items. Meanwhile, adding item by operator search via F3 search menu works ok. In Blender 3.3, both search functions work OK.

tkeskita commented 9 months ago

This is maybe somehow related to nodeitems_utils Blender module 3.6/scripts/modules/nodeitems_utils.py?

rgsouthall commented 9 months ago

On Arch linux and Blender 3.6 the add BVTKNode search option crashes Blender when clicked. Unfortunately the crash file offers no useful info.

tkeskita commented 9 months ago

Maybe not related to nodeitems_utils after all. Blender custom node tree bug? Need to try to create a simple custom node tree and node type example for testing and possible bug reporting.