gregzaal / Matalogue

List of node trees to switch between quickly
146 stars 12 forks source link
blender-addon blender-addon-index

Matalogue

A Blender add-on that displays a list of materials and other node trees right in the toolbar of the Node Editor.

This makes it easier to switch between different materials while shading, and different compositing setups while working with multiple scenes.

Download Latest Version for Blender 4.0 (right click > Save As)

https://github.com/gregzaal/Matalogue/assets/5604661/e025af6d-6379-470e-b32b-f3ad175b8858

Older versions:

Still to do:


Documentation

Trees

There are multiple sources of node trees in Blender, namely:

By clicking on one of the listed items, the Node Editor will switch to that tree and select the related objects.

Materials

Lists all the materials according to the options below. Click on a name to switch to the nodes for that material.

Geometry Nodes

Lists all geometry nodes modifiers and tools in the scene.

Lighting

Lists all the lamp data in the current scene, as well as the World nodes. Click on a name to switch to the nodes for that lamp.

Compositing

Lists each scene - clicking on one will take you to the compositing nodes for that scene.

Special Cases

When switching to a material that is not actually used by any objects, a dummy object (which has no vertices) is created. This is because the only way to control what material is displayed in the Node Editor via Python is by selecting the object that material is assigned to.

The dummy object is automatically deleted once it is no longer needed (though only when you switch to another material).