Skip to content

Releases: Furash/chordsong

Release v1.2.3

23 Apr 15:43

Choose a tag to compare

Chord Song 1.2.3

Blender add-on release built from tag v1.2.3.

Installation

  1. Download chordsong-1.2.3.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Overlay: click feature

  • Click a toggle to flip it. Overlay stays open so you can chain several without re-opening.
  • Click a script to run it. Ctrl-click runs it and keeps the overlay open.
  • Hover highlights the script you're about to click.

Better error messages

Unknown operators, missing scripts, bad mapping paths, and scripts outside the configured folder now show clear errors in the Info panel and as fading overlay.

Security

  • The Allow Custom User Scripts toggle is user-only: shared configs can no longer silently enable it. Your setting
    persists across Blender restarts and addon reloads.
  • When a scripts folder is set, executions outside that folder are blocked.

Release v1.2.2

15 Apr 17:20

Choose a tag to compare

Chord Song 1.2.2

Blender add-on release built from tag v1.2.2.

Installation

  1. Download chordsong-1.2.2.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Fixed a bug when running Recents in the new .blend filed opened in the same session.

Release v1.2.1

14 Apr 20:14

Choose a tag to compare

Chord Song 1.2.1

Blender add-on release built from tag v1.2.1.

Installation

  1. Download chordsong-1.2.1.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Chord Song v1.2.1

Recents overhaul

  • Fixed a bug where executing window-launching commands (like Open Preferences) from Recents would lock up keyboard input until ESC
  • Pressing your Recents chord inside Recents now correctly repeats the most recent command, even with shifted keys like Shift+R
  • Your mapped close key now works inside Recents too — not just ESC
  • New repeat_recent parameter: set to False in your chord kwargs to make the Recents key close the overlay instead of repeating

Leader modal improvements

  • Holding down a key no longer rapid-fires chord tokens or triggers Recents repeatedly
  • Your close/recents key now works from any depth in the chord tree — press it mid-chord to bail out instantly
  • Disabled key-repeat on the leader keymap item at the Blender level

Visual tweaks

  • Chord tokens now separated by spaces instead of + for cleaner readability
  • Scripts with direct chord mappings now show their chord in Recents
  • Close key hint hidden from scripts overlay footer (letters are used for filtering there)
  • Default column gap bumped to 130

Several improvements inspired by @hced's work in PR #12 — including kmi.repeat = False, close overlay support in Recents, and the expanded meta-operator skip list.

Release v1.2.0

14 Apr 10:09

Choose a tag to compare

Chord Song 1.2.0

Blender add-on release built from tag v1.2.0.

Installation

  1. Download chordsong-1.2.0.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

  • Added chordsong.close_overlay operator. You can now divert from default double-leader behavior by assigning chordsong.recents to a chord. Addressed #12
  • Various bug fixes
  • Added https://github.com/Furash/blinker modal hot reload support

Release v1.1.9

29 Mar 12:45

Choose a tag to compare

Chord Song 1.1.9

Blender add-on release built from tag v1.1.9.

Installation

  1. Download chordsong-1.1.9.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Added "Adjust Last Operation" for operators.
Chained operators now have an undo step for each one.

Release v1.1.8

18 Mar 10:35

Choose a tag to compare

Chord Song 1.1.8

Blender add-on release built from tag v1.1.8.

Installation

  1. Download chordsong-1.1.8.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Toggle the assets panel in Weight Paint, Texture Paint, and Sculpt modes

Release v1.1.7

16 Mar 16:40

Choose a tag to compare

Chord Song 1.1.7

Blender add-on release built from tag v1.1.7.

Installation

  1. Download chordsong-1.1.7.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Enhance fuzzy matching for scripts

Release v1.1.6

08 Mar 19:16

Choose a tag to compare

Chord Song 1.1.6

Blender add-on release built from tag v1.1.6.

Installation

  1. Download chordsong-1.1.6.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

Overlay Sort Control & Stability Fixes

Composable sort strings — customize how chords are sorted in the overlay with tokens like g d c (group → depth → index). Four presets + custom mode.

Sort tokens: D/d depth, g/G group, C/c chord, L label, n/N count

Live reorder — moving chords in preferences now instantly updates the overlay

Reset Blender State operator — recover from stuck modal/busy states

Modal crash guards — prevents Blender from entering unrecoverable busy state

Sort mode saved to user config with migration from older formats

Release v1.1.5

20 Jan 19:17

Choose a tag to compare

Chord Song 1.1.5

  • Fixed a crash when Recent chord was called in a new .blend file
  • Edge case handling when the Leader is assigned to a mouse button

Installation

  1. Download chordsong-1.1.5.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

See the changelog for details.

Release v1.1.4

20 Jan 08:24

Choose a tag to compare

Chord Song 1.1.4

  • Event handling for mouse buttons to trigger on RELEASE to prevent conflicts with Blender's default actions.
  • Fixed mouse wheel chords not triggering

Installation

  1. Download chordsong-1.1.4.zip
  2. In Blender, go to Edit > Preferences > Get Extensions
  3. Click "Install from Disk..." and select the ZIP file
  4. Enable the add-on

Changes

See the changelog for details.