scratchpad: bgfbounds pointed at the beam models (the natural-width evidence)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
arcattack
2026-07-08 18:38:32 -05:00
co-authored by Claude Fable 5
parent 31626a3b97
commit cba4c3098f
+1 -1
View File
@@ -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: