All Projects → gregzaal → Matalogue

gregzaal / Matalogue

List of node trees to switch between quickly

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Matalogue

Screencast Keys
Blender Add-on: Screencast Keys
Stars: ✭ 328 (+228%)
Mutual labels:  blender-addon
Sprytile
A Blender add-on for building tile based low-poly scenes with paint/map editor like tools
Stars: ✭ 741 (+641%)
Mutual labels:  blender-addon
Mb Lab
MB-Lab is a character creation tool for Blender 2.80+, based off ManuelBastioniLAB
Stars: ✭ 1,078 (+978%)
Mutual labels:  blender-addon
Fake Bpy Module
Fake Blender Python API module collection for the code completion.
Stars: ✭ 426 (+326%)
Mutual labels:  blender-addon
Building tools
Building generation addon for blender
Stars: ✭ 692 (+592%)
Mutual labels:  blender-addon
Blender Iks To Fks
A Blender script that takes a mesh and armature that use IKs and other non-deformation bones and creates a new mesh and armature that uses only FK bones.
Stars: ✭ 34 (-66%)
Mutual labels:  blender-addon
Blender Addon Photogrammetry Importer
Addon to import different photogrammetry formats into Blender
Stars: ✭ 292 (+192%)
Mutual labels:  blender-addon
Booltron
Super add-on for super fast booleans for Blender
Stars: ✭ 80 (-20%)
Mutual labels:  blender-addon
Mixer
Add-on for real-time collaboration in Blender (mirror only, please post your issues and merge requests at https://gitlab.com/ubisoft-animation-studio/mixer)
Stars: ✭ 718 (+618%)
Mutual labels:  blender-addon
Renim
Blender add-on node-based retarget animation
Stars: ✭ 46 (-54%)
Mutual labels:  blender-addon
Bpy
blender python scripts
Stars: ✭ 441 (+341%)
Mutual labels:  blender-addon
Awesome Blender
🪐 A curated list of awesome Blender addons, tools, tutorials; and 3D resources for everyone.
Stars: ✭ 608 (+508%)
Mutual labels:  blender-addon
Create Isocam
Create ISO Camera addon for Blender 2.8+
Stars: ✭ 37 (-63%)
Mutual labels:  blender-addon
Magic Uv
Blender Add-on: Magic UV
Stars: ✭ 374 (+274%)
Mutual labels:  blender-addon
Neuromorphovis
A lightweight, interactive, extensible and cross-platform framework for building, visualizing and analyzing digital reconstructions of neuronal morphology skeletons extracted from microscopy stacks.
Stars: ✭ 71 (-29%)
Mutual labels:  blender-addon
Export Paper Model From Blender
Python addon for creating paper models in Blender (development version)
Stars: ✭ 311 (+211%)
Mutual labels:  blender-addon
Sorcar
Procedural modeling in Blender using Node Editor
Stars: ✭ 904 (+804%)
Mutual labels:  blender-addon
Meshroom2blender
Blender importer of meshroom datafiles: cameras, images, sparse pointcloud and obj's.
Stars: ✭ 82 (-18%)
Mutual labels:  blender-addon
Blenderdatavis
Data visualisation addon for Blender
Stars: ✭ 72 (-28%)
Mutual labels:  blender-addon
Blender Flip Fluids
FLIP Fluids is a powerful liquid simulation plugin that gives you the ability to create high quality fluid effects all within Blender, the free and open source 3D creation suite.
Stars: ✭ 983 (+883%)
Mutual labels:  blender-addon

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 2.8

Download older version compatible with Blender 2.7 and lower.

demo

Still to do:

  • Functions to assign materials to objects
  • Create new materials right from the node editor and optionally...
  • Center and zoom view to the nodes (requires new API access)

Documentation

Trees

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

  • Material nodes
  • Lamp nodes
  • Node groups
  • Compositing
  • Texture nodes (not yet supported)
  • Freestyle nodes (not yet supported)

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.

  • Selected Objects Only - Only show materials that are assigned to selected objects, otherwise all materials in the current scene are shown.
  • Visible Layers Only - Only show materials that are assigned to objects that are on one of the visible layers. Take note that if All Scenes is off, materials on visible layers of other scenes will be shown too.
  • All Scenes - Show materials from all scenes, not just the current one. Requires Selected Objects Only to be disabled.
  • 0-User Materials - Show materials that have no users (those that will be deleted when Blender is closed). Requires All Scenes to be enabled.
Groups

Lists all the node groups, including both shader node groups and compositing node groups (separated by a short gap).

Clicking on one of the groups will open it up and allow you to edit the nodes inside without actually adding the group node anywhere.

If you're currently editing shader nodes and you click on a compositing node group, you will be switched to the compositing node tree first and will need to click on the group again in order to open it. This is a known limitation, and I can't figure out a way around it.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].