SpectralVectors
SpectralVectors
This looks like a bug that was patched out a few versions ago, are you using v1.7 of the addon? It gives the version number in Edit > Preferences >...
Thanks for providing all of that, and no worries about translation. I thought maybe the bug had to do with the language setting, but I've installed, used and uninstalled in...
zonkosoft is no longer maintaining this addon, it now goes by **PosePipe**, and you can find it in the N panel.
Yes, this is a known issue, I should have documented it on the project homepage. The nodes are there if you Search for them, but I'm not sure why the...
Unfortunately, I'm not sure what support to offer in this case, it has been a few years since I worked on this addon, and I have since stopped working on...
Possibly range() does not return a compatible type, I would have thought it would work, but it doesn't. I got it to work by wrapping the range() in a len(),...
You can also refer to nodes by name, which might not be that convenient in this case, eg: nodes[0] could also be accessed as nodes['Mindmap'], nodes[1] as nodes['Mindmap.001'] and so...
I didn't actually watch your video until now, wow that's cool!
I think ChatGPT might be complicating things more than it needs to, the following code returns all the node strings in the node order: ``` import bpy tree = bpy.data.node_groups['Mind...
re: line breaks - that was an issue for me, too. Right now the lines are automatically broken at a certain length. You could possibly add a line break as...