-
Getting the current index of an Object List or Hierarchy Node
Hi, I always run into this problem with Xpresso and I think it’s time I finally got it figured out once and for all. How can I get the current index from an object list to use as a multiplier? For example let’s say I have 4 cubes in an object list and I want them to be offset 100 units from each other, all I want to do is take the current index of the object and multiply it by 100, so the first cube is at 0, next one at 100, next is 200, etc. Why is this so hard to accomplish?? What am I missing?