NodeToPython icon indicating copy to clipboard operation
NodeToPython copied to clipboard

Convert Blender node groups to a Python add-on

Results 42 NodeToPython issues
Sort by recently updated
recently updated
newest added

- [x] [Nodes now maintain a minimum and maximum version too](https://github.com/BrendanParmer/NodeToPython-Dev-Tools/issues/7) - [x] [Move `ST` enum to `node_settings.py`](https://github.com/BrendanParmer/NodeToPython-Dev-Tools/issues/9) - [x] [Move `NTPNodeSetting` class definition to `node_settings.py`](https://github.com/BrendanParmer/NodeToPython-Dev-Tools/issues/10)

enhancement
refactor

Starting to think it might be useful to (optionally) be able to save the node tree in a json or something, splitting NodeToPython into a parser and a Python converter....

enhancement

Thanks for this addon, it's extremely useful. However, I feel there is some strange UX behavior that took me a second to figure out: I was looking for a button...

enhancement

* Development to start after Blender 4.3 beta, scheduled for October 2 * https://developer.blender.org/docs/release_notes/4.3/ # Features ## Compositor - [ ] A White Point conversion mode was added to the...

Allow user to select between spaces/tabs. Blender itself recommends PEP 8 for addons, which prefers 4 spaces for each indentation level. This should probably be the default (sorry tabs fans,...

enhancement

Hi, I was wondering if this addon can produce more raw and structured outputs. I've attached two text files: one contains a handwritten material code, and the other is the...

enhancement

Hi, I really like the MIT license, but since this project uses the Blender Python API (which is GPLv3), it legally can't be used here. The code is a derivative...

bug

need to be updated for blender 4.5

bug

* Should delete `__pycache__/` directories and zip up addon * Should do the same for the Extensions Platform version (way to auto-submit?)

enhancement