Wednesday, March 01, 2006

Don't use MFnMesh::object()

Category: api

It seems that MFnMesh::object() will not properly return the MObject to the node in the function set. So don't pass the function set object around functions, and pass the MObject instead. On more than one occasion I've found myself wanting to get the MObject to use on an iterator, but with no way to get to it.

No comments: