Custom Icons - User Guide#
This guide shows how to customize UVFlow’s icons by replacing them with your own. Let’s get started!
Overview#
UVFlow allows you to completely customize its interface by replacing any of the built-in icons with your own designs. The system automatically detects new icon files and updates the interface without requiring any code changes.
Quick Start#
1. Locate the Icons Directory#
Navigate to your UVFlow addon installation and find the icons directory:
UVFlow/
└── assets/
└── icons/
├── tools/ # Tool icons (unwrap, pack, etc.)
└── [other folders] # Additional icon categories
Finding Your UVFlow Installation:
Windows:
%APPDATA%\Blender Foundation\Blender\[version]\scripts\addons\uvflow\
macOS:
~/Library/Application Support/Blender/[version]/scripts/addons/uvflow/
Linux:
~/.config/blender/[version]/scripts/addons/uvflow/
2. Replace Icons#
Simply replace any icon file with your own design using the same filename:
Before:
assets/icons/tools/cut_uv.png
After:
assets/icons/tools/cut_uv.png # Your custom icon, same name, name place!
NOTE: we recommend to backup the original icons before replacing them, in case you want to revert to the original ones.
3. Restart Blender#
Restart Blender to see your custom icons in the UVFlow interface.
Icon Requirements#
Supported File Formats#
PNG (recommended) - Best for icons with transparency
JPG/JPEG
Recommended Specifications#
Icon Type | Size | Format | Notes |
---|---|---|---|
Tool Icons | 64x64 px | PNG | Main tool buttons |
UI Elements | 32x32 px | PNG | Small interface elements |
Troubleshooting#
Icons Not Appearing#
Problem: Custom icons don’t show up in Blender Solutions:
Check filename matches exactly (case-sensitive)
Ensure file format is PNG or JPG
Restart Blender completely
Check file permissions (read access required)
Icons Look Blurry#
Problem: Icons appear blurry or pixelated Solutions:
Use higher resolution source images
Ensure proper scaling during export
Use PNG format instead of JPG
Check that image dimensions match requirements
Icons Too Dark/Light#
Problem: Icons don’t match Blender’s theme Solutions:
Test icons in both dark and light Blender themes
Adjust contrast and brightness
Use colors that work well with gray backgrounds
Consider adding subtle outlines for better visibility
Missing Icons#
Problem: Some icons disappeared after customization Solutions:
Check that all original filenames are preserved
Restore from backup if needed
Ensure all required icons are present
Check folder structure matches original
Conclusion#
Customizing UVFlow’s icons is a great way to personalize your Blender experience and make the tools feel more like your own. Whether you’re creating a complete icon overhaul or just tweaking a few key icons, the system is designed to be flexible and user-friendly.
Happy customizing!