Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.39 KB

File metadata and controls

20 lines (14 loc) · 1.39 KB

node_tabber

Node Tabber is a Houdini/Nuke style node adding tool for Blender's Node tree graphs; namely the Shader, Compositing, Texture and Geometry.

Instead of having to press SHIFT+A and then scrolling the sub menus to fins the correct node, or even clicking on the search menu and maybe getting the correct node; you can just press the TAB button which will bring up an intelligent search list which even supports node acronyms. For example, typing SX would bring up the Seperate XYZ node. This saves a lot of time when working with large node trees.

Fork

This is a fork which includes:

  • Additional sub node entries for new vector math operations
  • Geometry Nodes sub-nodes
  • Fix for appending custom nodegroups (see jiggymoon69#10)
  • Workaround for this commit(Blender 3.4+) which breaks the add-on with geonodes. See D15973.

Installation (Blender 3.4+)

Download this repository and install from Blender's preferences, just like any other add-on (no need to unzip)

Older versions (Blender 3.1-3.3)

You can find the add-on that works with older version(s) of Blender in their respective branches(i.e. 3.3)