blender-addons/materials_utils
Thomas Barlow cbbe37ba5a Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots
The code was removing material slots while iterating through them which
is generally a bad idea, and it stopped working as the addon expected in
Blender 3.0+.

The slots are now removed by counting how many slots there are and then
removing that number of slots.

Pull Request: #105098
2024-01-11 12:23:47 +01:00
..
__init__.py Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots 2024-01-11 12:23:47 +01:00
enum_values.py License headers: use SPDX-FileCopyrightText for all addons 2023-06-15 16:54:05 +10:00
functions.py Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots 2024-01-11 12:23:47 +01:00
menus.py Fix #93749: Material Utilities addon not working due to API changes 2023-12-17 14:09:41 +01:00
operators.py License headers: use SPDX-FileCopyrightText for all addons 2023-06-15 16:54:05 +10:00
preferences.py Mesh: Update addons for auto smooth removal 2023-10-20 16:53:43 +02:00