issues
search
BrendanParmer
/
NodeToPython
Convert Blender node groups to a Python add-on
MIT License
247
stars
23
forks
source link
feat: added option panel and save directory
#55
Closed
BrendanParmer
closed
1 year ago
BrendanParmer
commented
1 year ago
Features
Users can now specify a directory to save a generated add-on to
No longer auto-generates an
addons/
directory
Info pop-up now shows where script/add-on was saved to
New
NTPOptions
property group for global options
New
NTPOptionsPanel
in the NodeToPython menu for setting global options
Refactor
Variable names now use a dictionary with (name, usage count) pairs instead of a set
Other
Removed image related print statements
Features
addons/
directoryNTPOptions
property group for global optionsNTPOptionsPanel
in the NodeToPython menu for setting global optionsRefactor
Other