📋 Metadata
- Author: roaoao
- Date: 2020-04-17 12:23:02
- Type:
answer - Reply to: post_03186
- Replies (1): post_03203
💬 Content
anminmakura:
How do I configure poll_cmd to “Missing Material” an object in active selection?
Try this poll method:
return len(C.object.material_slots) == 0 or [ms for ms in C.object.material_slots if not ms.material]
❤️ 3 likes