NodeToPython
NodeToPython copied to clipboard
Convert Blender node groups to a Python add-on
https://code.blender.org/2024/05/extensions-platform-beta-release/
* Add an option to generate code for both Blender pre-4.0 and 4.0+ `NodeTree` interfaces
# Compositor - [x] `CompositorNodeTranslate` `interpolation` attribute - [x] Max version on some `CompositorNodeViewer` attributes # Geometry - [x] New rotation nodes - [x] `FunctionNodeAlignRotationToVector` - [x] `FunctionNodeAxesToRotation` - [x]...
# Changes * The `material` module has been renamed to `shader`, in line with Blender terminology * Geometry Node zone output nodes now use the node settings pattern to set...
Instead of having node settings per tree type, align organization more in line with the actual parent classes of the nodes. Currently settings for the same nodes are duplicated in...
### Compositor - [x] Add **Split** node - [x] Remove size setting from Kuwahara in Blender 4.1+ - [x] Add size property to Pixelate ### Geometry Nodes - [x] Add...