chaos caused by async
[carveJwlIkooP6JGAAIwe30JlM.git] / blender_export.py
index 62112041a8683776a10905957f505cfc65aba0c5..861d69249efbbfa640412cbe35b216dbbd42229c 100644 (file)
@@ -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' )