Skip to content

nathancarter/blender-nodes-summary

Repository files navigation

Blender Nodes Summary

I created this to help myself study the node systems in Blender.

Go to the page.

Screenshot of the above website

What does the code in this repo do?

You probably don't need to run it, but you can if you want to. It does this:

  • Scrapes the latest version of Blender's manual, taking note of all URLs and images for the docs of all the shader and geometry nodes.
  • Saves that data into a JSON file.
  • Creates a webpage summarizing all those nodes visually, organized by section, with links to the Blender docs.

You can skim the page for an overview of all the nodes, and click into any node to see its docs. The page's section headings also link to the original Blender docs.