Releases: BrendanParmer/NodeToPython
NodeToPython v4.0.1
This release fixes issues with exporting bundle and matrix group sockets
NodeToPython v4.0.0
NodeToPython v4.0 is here!
In celebration of Blender 5.0's release, NodeToPython is getting a big one, too. Here's what's new:
- NodeToPython is now Blender 5.0 ready.
- New node tree types! Now you can export Line Style, World, and Light nodes to Python
- Multiple node groups can now be exported at once, both in script and add-on mode
- The UI has gotten a full re-vamp
- No more executing the export operator when selecting your node group
- Now a simple button at the top shows you what you're exporting and where you're exporting to
- Node groups are added using Blender's UIList for easy selection, addition, removal, sorting, etc.
- Node groups from Blender's Essentials Library are now linked by default, rather than re-created
- Generated node references are made safer in some places
- Blender 4.2 is now the minimum version
- NodeToPython versions prior to v4.0 will always be available for download!
- This allows us to clean up the code and take advantage of newer features of both Python and
bpythat weren't possible when we still needed to support Blender 3.0
Something not quite right? Have a suggestion for a future improvement? Please submit an issue!
Thank you for using NodeToPython! It's a joy to see what people are making with the help of my tool
NodeToPython v3.5.1
This release contains a fix for setting vector socket dimensions, as well as some generated code formatting improvements.
Thanks to PiOverFour for their contributions!
NodeToPython v3.5.0
New version of NodeToPython with Blender 4.5 support!
Additionally, NodeToPython is now licensed under the GNU General Public License v3 to comply with Blender's licensing for Python add-ons.
See #163 for the full changelist
NodeToPython v3.4.0
New version of NodeToPython with Blender 4.4 support! See #152 for the full changelist
NodeToPython v3.3.2
- Fixes an issue where compositor node groups did not export correctly, attempting to reference the scene's node tree instead of creating its own (#144)
NodeToPython v3.3.1
NodeToPython v3.3
NodeToPython v3.3 is here! This update adds support for Blender 4.3, customizing indentation types, and some minor bugs and cleanup. See #137 for the full changelist.
NodeToPython v3.2.2
This update contains some fixes relating to the Menu Socket (#135). Big thanks to @atticus-lv for the report and fix!
NodeToPython v3.2.1
NodeToPython v3.2.1 has been released! This update contains some minor bug fixes (#125) and other changes for the release on the Extensions Platform