Doc > Nodes > SOP > Copy
Copies a geometry onto every point from the right input.
Description
This is different than the instance SOP, as the operation here is more expensive, but allows for more flexibility.
Parameters
Name | Type | Description |
---|---|---|
count | integer | copies count, used when the second input is not given |
t | vector3 | translate each copy |
r | vector3 | rotate each copy |
s | vector3 | scale each copy |
scale | float | scale multiplier for each copy |
transformOnly | boolean | transforms every input object each on a single input point |
transformMode | integer | defines if the objects or the geometries are transformed |
copyAttributes | boolean | toggles on to copy attributes from the input points to the created objects. Note that the vertex attributes from the points become object attributes |
attributesToCopy | string | names of attributes to copy |
useCopyExpr | boolean | toggle on to use the copy expression, which allows to change how the left input is evaluated for each point |