godot-editor-icons-previewer
godot-editor-icons-previewer copied to clipboard
Plugin to preview all available icons in Godot Editor.
I needed this in 4.0, so did some initial port: [editor_icon_previewer.zip](https://github.com/Xrayez/godot-editor-icons-previewer/files/8459829/editor_icon_previewer.zip) Not everything works, but it does the job at least: 
## NOTE: This PR is targeted at the gd4 branch, but should probably be targeted to a new branch based off of gd4 if approved. It seems 4.2 bumped the...
Try to use it to make a custom tool, but seems that no icon were found, and also don't know if it search resources inside the project. 
When enabling the plugin in the newly released Godot 4 stable, I get this error: ` res://addons/editor_icon_previewer/editor_icon_previewer.gd:14 - Invalid get index 'update_request' (on base: 'AcceptDialog ()'). Node not found: "OptionButton"...
1. it always saves the file as `select any icon..png` instead of `{icon_name}.png` or something similar 2. you have to manually put the save path in order to save and...
Hi, this is the first time I tried your plugin, and it works well, but I had to make a one-line change in `Godot v4.4.dev3.official [f4af8201b]`. (I haven't tried if...