On Blender 3.2.2, with Node Pie Menu 1.0.0, when I press CTRL + LMB, I get this error:
Traceback (most recent call last):
File "C:\Users\xan2622\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\node_pie-main\node_pie\npie_ui.py", line 109, in draw
node_count_data = get_all_node_data()["node_trees"].get(tree_type, {})
File "C:\Users\xan2622\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\node_pie-main\node_pie\npie_ui.py", line 13, in get_all_node_data
with open(Path(__file__).parent / "nodes.json", "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\xan2622\\AppData\\Roaming\\Blender Foundation\\Blender\\3.2\\scripts\\addons\\node_pie-main\\node_pie\\nodes.json'
PS: do you prefer I report bugs here or on Github ?
Thank you, that’s really nice to hear! I’ve had a bit of a backlog of add-ons that were basically finished but that I just hadn’t released, this will probably be the last for a while though.
I really love these utility addons that help with the workflow, Thanks!
That favorite option that makes the most used nodes bigger is super good, but for some reason I can’t see the color coded bars on the left. Do I have to activate them? I tried on 3.2.2, 3.4 and on default settings but no luck
Yeah, the size of the node buttons is based on how often you use each node, so the nodes you use the most often are bigger than the ones you barely use at all.
If you don’t like it, though, you can turn it off in the preferences.
You’re add-on is so useful… It also increases the discoverability of nodes for the new Blender users (as they are all displayed, all visible at once).
Have you considered submitting it for integration into the default Blender add-ons ?