Files
test2/source/blender/editors/gpencil
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-07-26 12:32:42 +10:00
2021-09-24 11:31:23 +10:00
2021-03-04 16:55:50 +11:00
2021-01-04 17:38:11 +11:00
2021-09-05 23:25:36 -04:00