Hi,
I Have some problems here, i'm trying to get this work with Mesh and Poly objects, but it only works with mesh objects. Any tip?
try
(
a=#()
obj =selection[1]
a = if classof obj == polymeshobject then polyop.getfaceselection obj else getfaceselection obj as array
for i=1 to a.count do
(
setfacematid obj a[i] matidvalue
)
update(obj)
)catch()
By tassel · 2012-01-12
Anubis · 2012-01-12