Skip to content

Conversation

BrendanParmer
Copy link
Owner

Features

  • New Script mode, which copies the selected node group to the Blender clipboard
  • NodeToPython now alerts users where the script or add-on is saved to when done generating
  • Users can now specify a directory to save a generated add-on to
    • No longer auto-generates an addons/ directory
  • New NTPOptions property group for global options, namely just the save directory right now
  • New NTPOptionsPanel in the NodeToPython menu for setting global options

Fixes

  • Fixed typo in generated unregister() functions

Refactor

  • More consistent usage of string functions
  • Variable names now use a dictionary with (name, usage count) pairs instead of a set

Other

  • Generated add-ons now use bl_info category "Node"
  • Removed image related print statements
@BrendanParmer BrendanParmer added bug Something isn't working enhancement New feature or request labels Aug 3, 2023
@BrendanParmer BrendanParmer added this to the v2.2 milestone Aug 3, 2023
@BrendanParmer BrendanParmer self-assigned this Aug 3, 2023
@BrendanParmer BrendanParmer merged commit 7bd92df into main Aug 3, 2023
@BrendanParmer BrendanParmer deleted the v2.2 branch August 3, 2023 04:42
@BrendanParmer BrendanParmer changed the title V2.2 v2.2.0 Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

1 participant