Notifications
Clear all

[Closed] Setface for mesh with modifier?

I have a skined mesh, let call it m and want to do this:

setFace m 1 [1, 2, 3]

but geting an error mesage, that this function is not posible for a mesh with modifier. Is there some way around?

2 Replies

Try:

setFace m.baseobject.mesh 1 [1, 2, 3]
update m

Many thanks, it worcks perfectlly.