blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
920 stars 36 forks source link

Improvements to the material selector #176

Open darkhog opened 1 month ago

darkhog commented 1 month ago

The new material selector is both better and worse than the old one. Better, because you don't have to add materials manually and have decent material previews. Worse, because it scans the ENTIRE PROJECT for material, some of which you may not want to ever use, because they're meant for other stuff, such as e.g. player or other models.

It would be nice if the directories the material selector scans for materials could be set on a whitelist basis (i.e. the dev must consciously put material directory on the scan list for the material view to pick up materials from that directory).