Skip to content

OEBS Icon Viewer

by Eric-Mwangi·Workflow

Images © Eric-Mwangi. Used for product review; image policy.

Why we like it

OEBS Icon Viewer earns its place in the blender_extensions library as a focused, free utility for developers who work with Blender's internal icons. It stays deliberately narrow, covering browsing, searching, and copying icon codes rather than broader export features, and lives right in the Text Editor where scripts are written.

What is OEBS Icon Viewer?

OEBS Icon Viewer, an add-on by Eric-Mwangi, adds a lightweight panel to Blender's Text Editor sidebar for browsing the internal icon library visually. You open it by switching to the Text Editor, pressing N to reveal the sidebar, and clicking the Icon Viewer tab.

Visual search matches both icon names and visual appearance, so terms like trash, hand, eye, or sun surface relevant icons instantly. Clicking an icon copies its full code snippet, such as icon='FILE_FOLDER', to the clipboard. Icons are organized into categories by context, including Animation, Modeling, and Scripting, and the add-on is built to load thousands of icons without slowing the UI. A direct link to ui.blender.org/icons is included for the authoritative reference.

The current release, version 1.4.0, is compliant with Blender Extension standards and refines the search keywords. OEBS Icon Viewer is free and open source, released under the GNU General Public License v3.0 or later, and compatible with Blender 4.2 LTS and newer.

Who is OEBS Icon Viewer best for?

OEBS Icon Viewer is best for blender add-on developers and scripters who need to find and copy the right internal icon codes for their UI.

How much does OEBS Icon Viewer cost?

OEBS Icon Viewer is completely free to download and use.

Key features

  • Visual search that matches icons by both name and visual appearance
  • One-click copy of an icon's full code snippet, such as icon='FILE_FOLDER', to the clipboard
  • Icons organized into categories by context, including Animation, Modeling, and Scripting
  • Built to load thousands of icons without slowing the UI
  • Integrated link to ui.blender.org/icons for the authoritative reference
  • Compliant with Blender Extension standards

Tags

#Blender#icons#Text Editor#add-on development#scripting#UI#developer tools#search

Frequently asked questions

What Blender versions does OEBS Icon Viewer support?

OEBS Icon Viewer is compatible with Blender 4.2 LTS and newer. The current release is version 1.4.0, which the developer notes is fully compliant with Blender Extension standards, having removed sys.path modifications and direct execution blocks. Running a Blender build older than 4.2 falls outside its stated compatibility range, so 4.2 LTS is the baseline. For the authoritative reference on the icons themselves, the add-on also integrates a direct link to ui.blender.org/icons.

How do I open OEBS Icon Viewer in Blender?

OEBS Icon Viewer lives in Blender's Text Editor sidebar. To open it, switch an area to the Text Editor, press N to reveal the sidebar, then click the Icon Viewer tab. From there you can type in the search bar to filter icons by name, such as TRASH, or by description, such as delete. Because the panel searches by both name and visual appearance, a term like hand, eye, or sun surfaces matching icons instantly.

How do I install OEBS Icon Viewer?

OEBS Icon Viewer installs like a standard Blender extension. Download the release zip, open Blender, go to Edit > Preferences > Get Extensions, click the arrow icon at the top right, and choose Install from Disk, then select the zip file. You can also drag and drop the zip into Blender. The download is small at 11.4 KB. Once installed, open the Text Editor sidebar with N and click the Icon Viewer tab to start browsing.

Why does OEBS Icon Viewer request clipboard access?

OEBS Icon Viewer requests the Clipboard permission, and it uses this to copy icon names to your clipboard. Clicking an icon copies its full code snippet, such as icon='FILE_FOLDER', so you can paste it straight into your script. This is the only permission the extension requests. The copy behaviour is central to the tool, letting you go from finding an icon in the panel to using its code without retyping the identifier by hand.

Is OEBS Icon Viewer free and open source?

OEBS Icon Viewer is listed as free here and is described as open source, released under the GNU General Public License v3.0 or later. For the current licensing terms and the source code, check the developer's page on GitHub. The project is written entirely in Python and its releases are published there, so you can review how it works or follow updates directly from the repository.

Alternatives to OEBS Icon Viewer

Also in Workflow for Blender.

Similar plugins