Message 1 of 2
Is there a way to know if an object has any faces with no material?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am looking for any command or anyway in python script that I can figure out if any faces on a mesh have no material attached. I'm talking about when maya displays green because nothing, not even lambert1 is assigned to that face. I wrote a script that can check if an entire mesh has no material attached, that was easy, but that will not catch if a material is assigned to any faces of that mesh, and others do not have any materials assigned.
Thanks