What does the “Scale Along Z” property do for collections? I can’t find any reference in the documentation for it.
It’s an old remnant from when we only supported uniform scaling. “Scale along Z” was a way to support something like uniform scaling in X/Y but not in Z. As we now support XYZ scaling, doing something like X=scale, Y=scale, Z=1 gives you the exact same result. We will remove “Scale along Z” at some point, maybe even as we switch to Editor2.
1 Like