From dc597a70490c7fc5e990115e170215d5532a21bb Mon Sep 17 00:00:00 2001 From: Paul Praet <3198728+praetp@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:20:11 +0200 Subject: [PATCH] Rename eclipse_magic.lua to eclipse.lua Magic Lantern's Lua loader only picks up scripts whose base filename fits in the 8.3 convention (up to 8 characters before the extension). With the previous 13-character name, the script silently fails to appear in the Scripts menu on affected ML builds/bodies, while other shorter-named .lua scripts on the same card show up normally. Renaming to eclipse.lua makes the script discoverable out of the box, with no user-side rename step required. --- eclipse_magic.lua => eclipse.lua | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eclipse_magic.lua => eclipse.lua (100%) diff --git a/eclipse_magic.lua b/eclipse.lua similarity index 100% rename from eclipse_magic.lua rename to eclipse.lua