feat: cal_material_count_from_mlog

This commit is contained in:
caoqianming 2025-02-18 10:42:59 +08:00
parent 7b87e79bf5
commit b3d060b25a
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@ def cal_material_count_from_mlog(mlog: Mlog):
matid_list.append(matid[0])
if matid[1]:
matid_list.append(matid[1])
matid_list = list(set(matid_list))
cal_material_count(matid_list)