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: