Hi all. I am newbie at maya plugin programing. Here is my question: I want create plugin node with input "MFnMeshData" atribute and same output, that duplicates input mesh several times. I made this in compute function by using MFnMesh.duplicateFaces() function. But it makes all faces independent from each other.
*How can i merge vertices in my plugin?* For now i just apply Merge vertices by script, but this produce another "useless" node and i dont want that. Do i have to use iterator and duplicate mesh by iteration thru all components and getting that arrays for MFnMesh.create() function? Does exist simpliest way to do this? Thanks! -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/3d8fa18d-28fd-4952-b9c5-20f84f5aa22b%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
