Closed munkybutt closed 1 year ago
The plugs being connected when adding new influences need to be appended to the next free index rather than assuming the source index +1 is free.
Use MPlug.numElements() to get the correct index to connect to
MPlug.numElements()
Added work around fix here: https://github.com/munkybutt/SkinPlusPlus/commit/a512555fea6d67b77a30f228bcd98edeabaf4d2b
The plugs being connected when adding new influences need to be appended to the next free index rather than assuming the source index +1 is free.