Hello,
on this two screenshots, I’m connecting two primitives and doing an average of P, but because of the order of the blocks, I get different outputs. It would be ideal for the case to get the repeated (cycle extend) output on the math operation always. Is this behavior expected?
thank you!
1 Like
Hello @ruigato
Currently, the first input determines how many elements will be used for the operation. If the first input has more elements than the others, we cycle-extend the other attributes. We could either extend to match the largest number of elements or add options to control this. This will be discussed among the team.
Hello @Guillaume.L , that’s it exactly, if we could select the behavior between largest or smallest number of elements, it would be perfect! Either the first or N input, doesn’t matter.
thank you for the reply