feat: cal_material_count_from_mlog
This commit is contained in:
parent
7b87e79bf5
commit
b3d060b25a
|
@ -566,6 +566,7 @@ def cal_material_count_from_mlog(mlog: Mlog):
|
||||||
matid_list.append(matid[0])
|
matid_list.append(matid[0])
|
||||||
if matid[1]:
|
if matid[1]:
|
||||||
matid_list.append(matid[1])
|
matid_list.append(matid[1])
|
||||||
|
matid_list = list(set(matid_list))
|
||||||
cal_material_count(matid_list)
|
cal_material_count(matid_list)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue