Skip to content

NodeToPython v3.2.0

Compare
Choose a tag to compare
@BrendanParmer BrendanParmer released this 17 Aug 22:39
· 59 commits to main since this release
85544d2

NodeToPython 3.2 has been released! This update includes updates for Blender 4.2 LTS and additional options. Some highlights from this release:

Features

  • New Blender 4.2 nodes and sockets
  • Create manifest files for extensions
  • Can now set node group color_tag and description properties starting with Blender 4.2
  • Script vs Add-on mode creation is now done through the Options panel
  • Setting values like node dimensions and group defaults, mins, and maxes is now optional
  • Scripts now include import statements by default
  • Add-on metadata can now be populated directly from the options panel
  • NodeToPython can now package licenses with your add-ons

Fixes

  • Images without valid data will now throw warnings, and won't attempt to save or load

General

  • New logo!
  • The repo has been restructured a little, with a new tools/ directory and all source files in one folder

You can find the full list of changes here

Pending approval, NodeToPython will also be available on the Blender Extensions Platform starting with v3.2.0, and you'll be able to download and get official updates from there.

Find a problem or have a suggestion for a future improvement? Please submit an issue!