Ok, still no idea why I can't pass an array, but I want to give a shoutout to my dreaming mind for somehow going from the madness of arrays to a dream that I couldn't get water from a pitcher into a glass so I could drink. Here's some working mel and includes some of the additional lines to tell the Shape Editor UI to put…
This snippet works, it's part of putting some blendShape targets into an existing group: int $targetDir = 1;
setAttr blendShape1.targetDirectory[$targetDir].childIndices -type Int32Array 3 0 1 3; But this doesn't, and I get an error, but I can't figure out why. I tried splitting the array size and array into two variables,…