Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Node Filtering

An asset by Raftatul
The page banner background of a mountain and forest
Node Filtering hero image

Quick Information

0 ratings
Node Filtering icon image
Raftatul
Node Filtering

This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)

Supported Engine Version
4.4
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL

NodeFiltering

Installation

  1. Download it from GitHub
  2. Extract the files to your project directory
  3. In Project/ProjectSettings/Plugins, ensure that NodeFiltering is enabled.

Customization

Modify res://addons/node_filtering/filters.txt to add/remove filters. You can also make new tabs by adding new keys (see example below) Set a class to true to display it and false to hide it.

    "Example - Level Design":
        {
            "Meshs":
                {
                    "MeshInstance3D": true,
                },
            "Lights":
                {
                    "OmniLight3D": true,
                }
        }

This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Node Filtering icon image
Raftatul
Node Filtering

This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)

Supported Engine Version
4.4
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
11 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers