better first person viewport addon

Better First Person Viewport add-on for Blender

This add-on gives Blender a smoother first-person viewport mode for moving around a scene. It uses mouse look, a fixed 90 degree field of view, a small center crosshair, and ESDF movement instead of Blender's normal fly/walk controls.

Files

For installation, see Installing Blender add-ons.

What it does

The add-on runs a modal viewport navigation operator. While it is active, the mouse controls view direction and keyboard input moves the viewport camera through the scene. The cursor is hidden and repeatedly centered so mouse movement can continue without hitting the edge of the screen.

The camera update is handled on a timer at 144 Hz. Mouse movement is accumulated between timer updates, then applied in one unified camera update. That helps the movement feel steadier than applying view changes directly inside every mouse event.

Workflow

  1. Open a 3D Viewport.
  2. Open the sidebar with N.
  3. Go to View > Better First Person.
  4. Set movement speed and mouse sensitivity.
  5. Click Enable Better First Person, or press middle mouse if the add-on keymap is active.
  6. Press Esc or middle mouse to exit.

Controls

Settings

Notes


edit this page