X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=blender_export.py;h=861d69249efbbfa640412cbe35b216dbbd42229c;hb=b4a83d4fcab39bee5a8cd6e8e6eec06314864e5b;hp=62112041a8683776a10905957f505cfc65aba0c5;hpb=89113e9bc9544336b5ac4f53696c3de2d30698a2;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/blender_export.py b/blender_export.py index 6211204..861d692 100644 --- a/blender_export.py +++ b/blender_export.py @@ -1321,6 +1321,8 @@ def sr_compile( collection ): # entity ignore mesh list # if ent_type == 'ent_traffic': continue + if ent_type == 'ent_font': continue + if ent_type == 'ent_font_variant': continue #-------------------------- print( F'[SR] {i: 3}/{mesh_count} {obj.name:<40}', end='\r' )