Assign material to face
Not applicable
08-01-2019
04:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an object that I want to assign materials to particular faces by using an if then statement.
Something like
if material = "White" then
assign Autodesk Wall Paint/Glossy Ivory Gloss material to $.EditablePoly.SetSelection #Face #{15..16}
else if... and so on.
Even a script to assign a material to the face selection would be great.
Link copied