-
multidimensional array – simple maths stuff?
<div>Hi!</div>
I’m trying to make a sort of super-simple loopOut(continue) expression that works on shape layers. I’m basically taking the points and tangents information from the end keyframe and from one frame before that and then adding the difference back onto the original end value (multiplied by how many frames past the end key frame we are).
My issue is that when I try to subtract one array from the other I get an error stating “array piece can’t expand to more than one value”.
I’m guessing this is because the shape info is stored in a multidimensional array? I suppose I could for-loop my way through it, but this seems a bit clumsy. Is there any cleaner way of adding and subtracting multidimensional arrays?
Also – just out of interest – am I using the right terminology here? Is it a multidimensional array or a multidimensional *vector*? Is a multidimensional vector even a thing?
Cheers!
-fP.S. If my rambling, clear-as-mud message hasn’t already made this abundantly clear, I’m not particularly good at expressions. Please do not worry about underestimating my idiocy when replying… 😉