this post was submitted on 25 Oct 2023
56 points (100.0% liked)

Godot

5885 readers
53 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

I wanted to have an faster access to certain assets, so I created this addon which adds any amount of "Resource Browser" panels to the bottom bar.

Each panel has different config. You can add locations to search from via drag and drop, and filter files by extension (eg. mesh, tres) or type (eg. Mesh, Material).

Released it publicly if anyone else thinks it would be usefull. It's under MIT license.

you are viewing a single comment's thread
view the rest of the comments
[–] Rodeo@lemmy.ca 2 points 1 year ago

The filters are meant to be set once per panel, and not to be changed with every search. The idea is to add multiple panels for multiple file types, for example a "Model Browser", and a "Material Browser".

This might be useful for really big projects, but for me it seems like I might as well use Quick Open with Shift+Alt+O and type the file extension to get a list of all the files with that extension.