Question
Transform Each - scaled and moved objects (all in one command) become unaligned from one another
My command for the tool is as follow:
- scale vertical & horizontal down 50%
- move left(1/4*obj.width) + move down(3/4*obj.height)
What comes out is the new half-size copy of the object is un-aligned from the original.
However when I do the all the above myself manually (in the same order), the new copy is perfectly aligned - normally...
