Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots #105098

Merged
Thomas Barlow merged 2 commits from Mysteryem/blender-addons:fix_105096_material_utilities_clean_slots into main 2024-01-11 12:23:50 +01:00
Showing only changes of commit 54295f0f9f - Show all commits

View File

@ -16,7 +16,7 @@ def mu_assign_material_slots(object, material_list):
active_object = bpy.context.active_object
bpy.context.view_layer.objects.active = object
for s in object.material_slots:
for _ in range(len(object.material_slots)):
bpy.ops.object.material_slot_remove()
# re-add them and assign material