Copy Layer (TRS) (vuo.layer.copy.trs)

Creates multiple layers consisting of transformed copies of an original.

This node is useful for displaying multiple similar layers within a composite image.

The 1st item in Copies has a transform created from the 1st item in Translations, Rotations, and Scales; the 2nd item has a transform created from the 2nd item in Translations, Rotations, and Scales; and so on.

If any of these lists is empty, this node outputs an empty layer.

If any of these lists contains only 1 item, then that item will be used in every copy.

If any of these lists contains at least 2 items, but fewer items than the longest list, then copies created past the end of the shorter list will extrapolate from the last 2 items in that shorter list. For example, if Translations has 8 items and Rotations has only 2 items, 10 and 20, then the 1st copy will have rotation 10, the 2nd copy will have rotation 20, the 3rd copy will have rotation 30, and so on, up to the 8th copy with rotation 80.

Keywords: array, clone, duplicate, instance, instantiate, populate, repeat, replicate


Back to vuo.layer node set documentation.