Timeline for How can I remove all unused materials from a .blend file?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 26, 2018 at 13:49 | history | edited | Amir | CC BY-SA 4.0 | added 85 characters in body |
| Mar 27, 2018 at 2:56 | comment | added | batFINGER | Would explain about not iterating over the list you are removing from. For no particular reason I like to use while to_remove: bpy.data.materials.remove(to_remove.pop()) | |
| Mar 27, 2018 at 2:50 | comment | added | Amir | @batFINGER Oops ... Sorry my bad. I literally copied this code snippet from the class I have written. No need for having self honestly. It's just my personal preference. | |
| Mar 27, 2018 at 2:49 | history | edited | Amir | CC BY-SA 3.0 | deleted 10 characters in body |
| Mar 8, 2018 at 15:28 | history | undeleted | Amir | ||
| Mar 8, 2018 at 15:27 | history | deleted | Amir | via Vote | |
| Mar 8, 2018 at 3:10 | history | answered | Amir | CC BY-SA 3.0 |