Brendan Parmer
Brendan Parmer
Any update on this? Having the same issue @davidteather
Right now the node network is only sampling one color per triangle face in the original mesh for this mode. At some point in the future I plan on having...
3.4 broke a few things I haven't quite had time to fix. I've been meaning to do a rewrite of the node network anyways, since the latest release added some...
Blender 4.1 introduces some [breaking changes](https://developer.blender.org/docs/release_notes/4.1/python_api/#nodes) with NodeSockets that complicates things a little bit here. In previous versions of Blender it was necessary to use the index of the node...
This one needs more thought on what the add-on should actually do for a given node group. Its current location made sense when it was just applying a geometry nodes...
Allowing user to specify menu by its Python ID, inputted as a string
Resolved with https://github.com/BrendanParmer/NodeToPython/pull/117
Will likely be integrated as part of #95
Will be important for a lot of compositor nodes, adding to v3.0 target
Thanks for the report and investigation everyone, I'll incorporate the change in NTP 3.1. Blender 4.1 or higher will be required to generate the link ordering automatically. If generating a...