2026-01-01

This commit is contained in:
2026-03-17 15:16:34 -06:00
parent ec4cf523fb
commit b80274187b
263 changed files with 95164 additions and 3848 deletions
@@ -512,6 +512,8 @@ def mu_remove_all_materials(self, for_active_object = False):
objects = bpy.context.selected_editable_objects
for obj in objects:
if not hasattr(obj.data, "materials"):
continue
obj.data.materials.clear()
bpy.context.view_layer.objects.active = last_active