Grim-es/material-combiner-addon

can't work properly in blender 3.0 with errors below

g0g5 opened this issue · 1 comments

g0g5 commented
Python: Traceback (most recent call last):
  File "C:\Users\zach\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\material-combiner-addon-master\extend_lists.py", line 18, in draw_item
    row.label(text='', icon_value=item.mat.preview.icon_id)
AttributeError: 'NoneType' object has no attribute 'icon_id'

location: C:\Users\zach\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\material-combiner-addon-master\ui\main_menu.py:20

No idea why it happens. I'm using blender 3.0 with cats plugin dev branch (get the same problem on 0.19 as well).

g0g5 commented

Further description: I'm using material-combiner alongside with KK-Blender-Porter-Pack-V5-merge to process a pmx exported from Koikatsu. Provided as follow.
20220321212354_TakikawaKaren.zip

Acording to the instruction of KKBP it is possible to use material combiner to combine the materials, but I tried many times all ended up with failure.
image

Hope someone to help out.