Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IfcOpenShell/IfcOpenShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: IfcOpenShell/IfcOpenShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: measure_in_edit_mode
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 26, 2026

  1. Closes #7691: Enable bim.measure_tool in edit mode

    Register Shift+M in the Mesh keymap so the measure tool can be
    invoked while in EDIT_MESH mode without requiring the Explore
    workspace tool. Append measure controls (type selector + clear
    button) to VIEW3D_HT_tool_header so they are visible in edit mode.
    
    Guard the object deselect in hotkey_S_M to OBJECT mode only, since
    deselecting objects has no meaning in edit mode.
    
    Fix snapping: obj.ray_cast() has no valid BVH tree for the active
    edit-mode mesh, so vertex/edge snapping was silently failing.
    Replace with a BMesh proximity pass via bmesh.from_edit_mesh() when
    context.mode == "EDIT_MESH".
    
    Generated with the assistance of an AI coding tool.
    theoryshaw committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    565ae33 View commit details
    Browse the repository at this point in the history
Loading