From cba4c3098f7cb03d3568f51f915dd0fa0a5b1fbc Mon Sep 17 00:00:00 2001 From: arcattack Date: Wed, 8 Jul 2026 18:38:32 -0500 Subject: [PATCH] scratchpad: bgfbounds pointed at the beam models (the natural-width evidence) Co-Authored-By: Claude Fable 5 --- scratchpad/bgfbounds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchpad/bgfbounds.py b/scratchpad/bgfbounds.py index 51a723e..6008e9a 100644 --- a/scratchpad/bgfbounds.py +++ b/scratchpad/bgfbounds.py @@ -40,7 +40,7 @@ def bounds(path): % (path.split('\\')[-1], nverts, lo[0], hi[0], lo[1], hi[1], lo[2], hi[2])) base = r'C:\git\bt411\content\VIDEO\GEO\%s' -for f in ['LDBR.BGF', 'MDBR.BGF', 'FLAMESML.BGF', 'FLAMEBIG.BGF']: +for f in ['ERMLASER.BGF', 'PPC.BGF', 'LLASER.BGF', 'SLASER.BGF', 'MLASER.BGF']: try: bounds(base % f) except Exception as e: