Skip to content

NodeToPython v2.1.0

Choose a tag to compare

@BrendanParmer BrendanParmer released this 22 May 22:45
· 246 commits to main since this release
8cf57f2

NodeToPython v2.1 is here! Main changes are getting the add-on up to date with Blender 3.6.

Installation instructions

Changelist

Features

  • Support for new nodes from Blender versions 3.5 and 3.6
  • Simulation nodes!
  • Node Group outputs now set default values
  • Add Hide In Modifier attributes
  • Supports node socket subtypes

Fixes

  • No longer comments #Set Parents if there aren't any to be set

Refactor

  • Reorganized geo_node_settings dictionary to follow new organization from Blender 3.5
  • Node group inputs now set default values using string functions from utils.py

Future

Version 2.2 is coming soon. Planned features right now include

  • An option to copy the script to your clipboard (#40)
  • More control over the save location of the generated add-on (#46)