polyTransfer is undoable, queryable, and editable.
Transfer information from one polygonal object to another one. Both objects
must have identical topology, that is same vertex, edge, and face
numbering. The flags specify which of the vertices, UV sets
vertex colors, or triangles will be copied.
| Long name (short name) |
[argument types] |
Properties |
-alternateObject(-ao)
|
string
|
 
|
|
Name of the alternate object.
In query mode, this flag needs a value.
|
|
-uvSets(-uv)
|
boolean
|
 
|
|
When true, the UV sets are copied from the alternate object.
C: Default is "on".
In query mode, this flag needs a value.
|
|
-vertices(-v)
|
boolean
|
 
|
|
When true, the vertices positions are copied from
the alternate object.
C: Default is "off".
In query mode, this flag needs a value.
|
|
-vertexColor(-vc)
|
boolean
|
 
|
|
When true, the colors per vertex are copied from the
alternate object.
C: Default is "off".
In query mode, this flag needs a value.
|
|
-triangles(-t)
|
boolean
|
 
|
|
When true, the triangulation is copied from the
alternate object. This is only useful if the node is the
last operation in the obejct history. Any subsequent operation
may change the triangulation.
Warning: Copying the triangulation from an object to another
may result in rendering artifacts for holed or concave faces.
C: Default is "off".
In query mode, this flag needs a value.
|
|
-name(-n)
|
string
|
|
|
Name the resulting object.
|
|
-constructionHistory(-ch)
|
boolean
|

|
|
Turn the construction history on or off (where applicable).
Q: When queried, this flag returns an int.
In query mode, this flag needs a value.
|
|