




EasyRef: The Ultimate Image Reference Tool for Blender
Enhance your 3D modeling workflow with EasyRef. This powerful Blender add-on lets you effortlessly integrate reference images directly into your 3D viewport. By combining intuitive controls with versatile display options, EasyRef eliminates distractions so you can stay focused on creating.
Key Features
Why Choose EasyRef?
Designed for 3D artists, concept modelers, and developers, EasyRef upgrades your workflow:
IMAGES REFERENCES
Add images and references in the 3D view and edit them with Gizmo (Scale, opacity, rotation, etc.).
Manage them with Groups and Stored views.
http://www.blscripts.com/easyref/promo/easyref_add_images_references.gif
CAMERA REFERENCES
Add a Camera with References to work in the 3D View and have the References visible.
http://www.blscripts.com/easyref/gifs/easyref_cam_with_references.gif
You can add a camera for each part of your object with specific references to fit that part.
You can change the Camera Lens to fit your Reference.
http://www.blscripts.com/easyref/gifs/easyref_camera_lens.gif
ORTHOGRAPHIC REFERENCES
Add images as References for the Orthographic views
http://www.blscripts.com/easyref/gifs/easyref_images_references.gif
You can add several References simultaneously if their names contain (Front, Back, Top, Bottom, left, or Right).
http://www.blscripts.com/easyref/gifs/easyref_set_refs_from_names.gif
REFERENCE VIEW
Add References to the References View; you can add Collections of References too.
http://www.blscripts.com/easyref/gifs/easyref_references_view.gif
In the Add-on Preferences, you can choose the position and size of the References View.
In the References View, you can add References to the Current collection or create a new one.
http://www.blscripts.com/easyref/gifs/easyref_references_view_add_new_references.gif
You can also Grid the Selected References.
http://www.blscripts.com/easyref/gifs/easyref_references_view_grid_selection.gif
Set Some References from the Reference view to the images References.
http://www.blscripts.com/easyref/gifs/easyref_set_images_refs_from_ref_view.gif
Set Camera References from the References View
http://www.blscripts.com/easyref/gifs/easyref_set_cameras_refs_from_ref_view.gif
Set Images References from the Reference View
http://www.blscripts.com/easyref/promo/easyref_image_ref_from_ref_view.gif
Get Started Today
Revolutionize your Blender workflow with EasyRef. Available for personal and commercial use.
Discord server for customer support
REFUND POLICY
Since we offer non-tangible, irrevocable goods we do not provide refunds after the product is purchased, which you acknowledge before purchasing any product on the Website. Please make sure that you have carefully read the product description before making a purchase.
Seamlessly Integrate References Images into Your Blender Workflow
# Easyref — Release Notes
---
## v2.0.5
### New Features
- **Set Active Area**: New button in the Images References header to pin the GPU overlay to a specific 3D Viewport when multiple viewports are open
- **Focus Mode**: New `focus_mode_active` property on the scene for the Reference View — hides everything except image empties so you can work cleanly with your refs
- **Show Icon Header**: New preference option to show/hide the Easyref icon in the 3D View header (requires Blender restart)
### Fixes & Improvements
- **GPU overlay area tracking**: `draw_gizmos_callback` now validates the stored area pointer on every draw; if the target viewport is gone, it falls back to the first available 3D Viewport instead of silently skipping all drawing
- **Preferences registration**: `EASYREF_MT_PREFERENCES` is now registered at the very start of `register()` with a try/except guard, preventing double-registration errors on add-on reload
- **Scene view state**: Added `stored_view_bg_color` and `stored_view_perspective` to the scene property group for more reliable view restoration when toggling the Reference View
- **Unregister stability**: Header icon removal is now wrapped in try/except to prevent crashes when unregistering if the icon was never appended