Hello everyone, could you tell me how to implement the logic of transferring changes of transform (n this case only Y axis) with different coefficients for each element of the array? Down is an example but with a coefficient of 1 for all elements of the array, I need the coefficient for the first two elements to be 1 for the next two 0.35 for the last two 0.25.
Hi @AlexZrby ,
Create a second array of floats with you coefficients, and read the value using the Index from the Rig Element Key Array in your for loop. You’ll be able to recover the right coefficient as long as your Float Coefficient array is the same size and in the same order.
something like that
1 Like
You are welcome ![]()


