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

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

enhancement

# Compositor - [x] `CompositorNodeTranslate` `interpolation` attribute - [x] Max version on some `CompositorNodeViewer` attributes # Geometry - [x] New rotation nodes - [x] `FunctionNodeAlignRotationToVector` - [x] `FunctionNodeAxesToRotation` - [x]...

enhancement

# 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...

bug
enhancement

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...

refactor

### 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...

enhancement