Set Vertex Distance is a Blender add-on that repositions geometry by numeric distance rather than by eye. Working in Edit Mode with any mesh object, it sets an exact distance between exactly two selected vertices, either along a single axis (X, Y, or Z) or across all axes at once. The last selected vertex, shown highlighted in white, is the active vertex and determines the direction of the move.
Version 2.0 introduces a Component Mode alongside the original Single Vertex Mode. Single Vertex Mode moves only the active vertex, while Component Mode moves an entire connected component and preserves its internal structure. The add-on detects whether the two vertices sit in separate components: if they do, the active vertex's whole component moves; if they are connected, it falls back to single vertex mode to prevent mesh tearing.
The tool sits in the Sidebar under the Edit tab and uses a modal dialog for fine-tuning, with a real-time distance preview and full Undo/Redo support. Customizable shortcuts cover both modes: Ctrl+Shift+Alt+D for single vertex and Ctrl+Shift+Alt+F for component.