I'm having trouble understanding what is defined as a sequence of Ints.
The 2.0 documentation is pretty straight forward to me since most parameters have a link to what is needed, and I can dig deeper. When I came across MFnMesh.collapseFaces(), there was no link for the parameter, so I didn't know what it meant by sequence of ints.
I am new to python, so I maybe overlooking this. I searched on GitHub and blogs and saw some people use MIntArray, but not sure if that is what a sequence actually is in this context.
The code I got right now gives no errors, and I managed to make the face collapse one time, followed by 10 crashes.
https://pastebin.com/0nnD76DM
Thanks !!