Notifications
Clear all

[Closed] SDK equivalent of ReplaceInstances?

I’m trying to replace some materials, and I tried .ReplaceReference but it doesn’t appear to work.

2 Replies

don’t you just use

INode::SetMtl (Mtl *matl)

?

I could, but I’d have to find all nodes that material applies to, including nested in multi materials, which seems kind of backwards.