Skip to content

Commit

Permalink
Remove material symbol for slip surfaces. Seems to go unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Garcia committed Aug 4, 2022
1 parent e1bf7d7 commit 4057871
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions io_scene_halo/global_functions/mesh_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def append_material_symbols(material, game_version, is_ass):

if material.ass_jms.water_surface or "'" in used_symbol_list:
processed_symbol_name += "'"
if material.ass_jms.slip_surface or "0" in used_symbol_list:
processed_symbol_name += "0"
if material.ass_jms.group_transparents_by_plane or "]" in used_symbol_list:
processed_symbol_name += "]"

Expand Down

0 comments on commit 4057871

Please sign in to comment.