Portable Node Extension
Package, share, and distribute Geometry Node groups across the Blender community.
Introducing .node
Package, share, and distribute Geometry Node groups across the Blender community.
The current import system for nodes is broken, the append method is just another input in my output iykwim. Instead of spending time appending node groups you can now use .node as a simple and portable file that you can import or export at will by dragging the file into Blender or clicking the export button.
- Lightning Fast: Drag and drop .node files directly into Blender. No more hunting through blend files, just instant access to node groups
- Complete Packaging: All node data, connections, and metadata in one file
- Version Control Ready: Perfect for Git workflows and collaborative projects
- Community Standard: Establish a unified format for the entire nodes ecosystem
Check Releases for the latest version.
Install
- Download the latest release from Releases
- Install via Blender → Edit → Preferences → Add-ons → Install
- Enable the "Node File Link" addon
- Enjoy seamless .node file support!
Import & Export
- IMPORT:
- Drag & Drop the nodes you want to import
- EXPORT:
- Select the node/nodes you want to export
- Right click > Export Node Groups
It's designed to become the standard for sharing and working collaboratively on Blender procedural node group setups and make Geometry Nodes accessible to the web.
More than just a file type, a community initiative to standardize how we share and collaborate using procedural setups in Blender.
Under the hood
A .node file is a lightweight, portable package for sharing procedural node group setups with all the data, connections, and metadata. Technically, it's a ZIP archive containing three essential components:
- a .json metadata file with nodes structure and properties
- a .blend file with the actual node group data
- a .config file for package validation.
This format enables seamless sharing and importing across different Blender projects (soon enough, different software too) without complex file dependencies or incompatibility issues.
Read the full Documentation.
🌟 The file
URGENT:
- Improve the addon and release version 1.1.0 by 2026
- Get the extension registration working on all platforms
LONG-TERM:
- Create compatibility with ThreeJS & Houdini
- Manage to get the .node file link addon bundled with Blender
- Some sort of backward compatibility for older versions of Blender
- Adopt the .node format in your projects
- Share .node files along with your .blend files (they're very small)
- Build apps and addons that use .node
- Be a part of the project development by becoming a contributor/ by sharing your opinion
- Buy the addon on Superhive or Blenderkit
- Found an issue? Create an issue
- Have an idea? Start a discussion
- Want compatibility with another software? Start a discussion
- Help test on different platforms/setups
- Help improve the docs and examples