Blender Node Diagram
A mad scientists' attempt at creating custom Gutenberg blocks for WordPress that allows Blender-loving bloggers to create beautiful node visuals to accompany their posts 🪄✨
by Jess Green · github.com/psydreamer-3d/blender-node-diagram · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/psydreamer-3d/blender-node-diagram/releases/download/v1.0.0/blender-node-diagram.zipFrom the readme
Blender Node Diagram — WordPress Block Plugin
Two Gutenberg blocks for rendering Blender shader node diagrams as interactive,
scrollable SVGs. Ships with three Blinn-Phong presets, a full-screen visual
diagram builder for custom node networks, and a static N/L/V/H concept
illustration block.
Blocks
1. Blender Node Diagram (blender-node-diagram/diagram)
A data-driven SVG renderer. Three preset variations appear directly in the
block inserter under the Media category:
| Variation | Preset key | Diagram width |
|------------------------|------------|---------------|
| Blinn-Phong Node Chain | blinn | ~1 710 px |
| Sharpness Sub-Network | sharp | ~930 px |
| Full NPR Glossy Group | group | ~2 260 px |
All diagrams scroll horizontally inside a dot-grid container that matches
Blender's node editor aesthetic. The frontend renderer (view.js) is only
enqueued on pages that contain the block — no overhead on unrelated pages.
Switching the type to Custom (JSON) adds two options in the inspector:
- Open Diagram Builder — full-screen visual node editor (see below)
- Raw JSON textarea — paste/edit the { nodes, connections } object directly
2. Blinn
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Apr 26, 2026 | blender-node-diagram.zip | 7 |