The Bevel modifier has no preset system. Typical tuning involves Width, Segments, Profile, and Shading flags; in multi-project workflows these values reset to defaults each time the file changes. Copy-paste between files is a common workaround, but it requires per-project setup.
Bevel Modifier Presets adds a panel to the Properties Editor’s Modifier tab, visible whenever a Bevel modifier is active. A [+] button saves the current parameter set as a named preset. The dropdown picks any saved preset and applies it to the active Bevel modifier. Presets are written to Blender’s standard preset directory, so they persist across .blend files and across Blender restarts.
All 22 writable properties of the Bevel modifier are captured on Blender 4.2 LTS, including affect, offset_type, limit_method, profile_type, miter_inner / miter_outer, harden_normals, and the vertex-group and material slots. Custom Profile curve points are not stored; Blender’s existing Save Profile As mechanism handles those.
Free download: https://kleer001.github.io/funkworks/bevel_presets
Validated on Blender 4.2 LTS. No new UI patterns — uses Blender’s built-in AddPresetBase, the same machinery as Render and Cycles presets.
More free tools at https://github.com/kleer001/funkworks