Files
test/source/blender
Bastien Montagne 6578db57cd Fix T91691: Selecting "Remove unused slots" in Materials panel removes slots that are assigned to particle systems/hair.
`BKE_object_material_slot_used` would only check obdata usages, but
particle settings can also (weirdly enough) use objects' material slots.

So now, as its name suggests, `BKE_object_material_slot_used` does take
an object as parameter, and also checks for potential slot usage from
psys in the object.
2021-09-27 18:09:20 +02:00
..
2021-03-29 19:11:17 -06:00
2021-09-24 11:31:23 +10:00
2021-09-27 21:04:34 +10:00
2021-09-24 11:31:23 +10:00
2021-09-23 22:08:02 +10:00
2021-08-02 15:22:54 +10:00
2021-09-17 12:22:00 +02:00