This patch moves wrapped translation from a special case of the general transform algorithm to the Translate node. Since the Translate node is the only user of this special case, it doesn't make sense to complicate a generate algorithm with it. This will make future refactors of this code easier. Pull Request: https://projects.blender.org/blender/blender/pulls/132793