1.3

2025-05-15

  • bump minimum version to 4.2

  • Punch It

    • support Cursor Space punching
    • extend auto cleanup and do a redundant edge removal within the new faces only
    • avoid temporarily disabling Auto Smooth mod, if present (like is done for all other mods)
    • update HUD
      • also always point out of mesh is non-manifold in HUD (if non-manifold meshes are enabled in the addon prefs)
    • update statusbar and support 4.3's extra wide icons
      • also add additional hints when in numeric input mode
    • support HyperCursorin pre-release on patreon from-object-mode-invocation, including multiple hyper-selected faces
    • support finishing tool in 2nd Finalizing stage via RETURN key - useful especially when in numeric input mode
    • expose Auto-Cleanup toggle in Redo panel, as well as a note about potentially removed vertices
  • expose Punch It tool at bottom of CTRL + F face context menu

  • sidebar

    • add dedicated Get Support and Documentation sub-panels, that can be disabled with Help toggle in header
      • in Documentation panel add links to local docs, FAQ and youtube playlist
    • make use of layout.panels
    • add update available indicator
  • update and modernize 3D view's sidebar and add on prefs

  • addon preferences

    • add integrated updater
    • add update available indicator
    • expose HUD shadow settings
  • update and modernize various internals

1.2

2023-11-11

  • support numeric input mode via TAB key
  • support ESCing out of Finalizing mode, going back to the extrusion adjustment
  • draw some of the extrusion outlines in finalizing mode
    • helps to see occluded parts of the extrusion
  • ensure HUD is only drawn on active 3D view, not others
  • addon preferences
    • introduce registration_debug setting to control whether (un)registration confirmation is written to the terminal
    • simplify and refactor how the various settings are drawn
    • add option to hide 3d view sidebar panel
    • add HyperCursor to about section in addon prefs
  • fully support Blender 4.0
    • drop dpi arg in blf.size()
    • support new shader names

1.1

2023-06-26

  • bump minimum Blender version to 3.6
  • add auto-cleanup feature
  • update HUD and VIEW3D drawing
  • update statusbar
  • preferences
    • add support for non-manifold meshes
      • except for selections directly next to a non-manifold edges
    • expose default push and pull values
      • increase each to 1 by default
        • this means increasing them in the op is less frequently required
        • it also means the extruded shape is very minimally larger than the selection
          • so set these values back to 0 if you dislike that
  • replace popup message warnings with fading labels
  • remove bgl completely
  • fix issue when there's no selection at all

1.0

2022-02-24

  • initial release