Notifications
Clear all

[Closed] setting material id of selected mesh object

how do I set the material id of a selected mesh object so all the faces are the same ID lets just say 10. I bet its simple but Im tired and cant get it right now, can some one point me in the right direction please .

thanks for reading

2 Replies
1 Reply
(@bobo)
Joined: 2 years ago

Posts: 0

Either add a Material modifier to the stack with the desired ID (and optionally collapse the stack again), or loop through all faces of the mesh and set their ID (this would be slower!).

ok thanks bobo I will give adding mod a go