transferAttributes [-after] [-afterReference] [-before] [-colorBorders uint] [-components] [-deformerTools] [-dumpInfo] [-exclusive string] [-fixedSetupData string] [-flipUVs uint] [-frontOfChain] [-geometry string] [-geometryIndices] [-ignoreSelected] [-includeHiddenSelections] [-matchChoice uint] [-name string] [-parallel] [-prune] [-remove] [-sampleSpace uint] [-searchMethod uint] [-searchScaleX float] [-searchScaleY float] [-searchScaleZ float] [-selectedComponents] [-sourceColorSet string] [-sourceUvSet string] [-sourceUvSpace string] [-split] [-targetColorSet string] [-targetUvSet string] [-targetUvSpace string] [-transferColors uint] [-transferNormals uint] [-transferPositions uint] [-transferUVs uint] [-useComponentTags]
object object
transferAttributes は、取り消し可能、照会可能、および編集可能です。
ソース サーフェス(1 番目の引数)のアトリビュートをサンプリングし、これらをターゲット サーフェス(2 番目の引数)に転送します。string | ノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-after(-af)
|
|
![]() ![]() |
||
|
||||
-afterReference(-ar)
|
|
![]() ![]() |
||
|
||||
-before(-bf)
|
|
![]() ![]() |
||
|
||||
-colorBorders(-clb)
|
uint
|
![]() ![]() |
||
|
||||
-components(-cmp)
|
|
![]() |
||
|
||||
-deformerTools(-dt)
|
|
![]() |
||
|
||||
-dumpInfo(-dui)
|
|
![]() |
||
|
||||
-exclusive(-ex)
|
string
|
![]() ![]() |
||
|
||||
-fixedSetupData(-fsd)
|
string
|
![]() |
||
|
||||
-flipUVs(-fuv)
|
uint
|
![]() ![]() |
||
|
||||
-frontOfChain(-foc)
|
|
![]() ![]() |
||
|
||||
-geometry(-g)
|
string
|
![]() ![]() ![]() |
||
|
||||
-geometryIndices(-gi)
|
|
![]() |
||
|
||||
-ignoreSelected(-is)
|
|
![]() |
||
|
||||
-includeHiddenSelections(-ihs)
|
|
![]() |
||
|
||||
-matchChoice(-mch)
|
uint
|
![]() ![]() |
||
|
||||
-name(-n)
|
string
|
![]() |
||
|
||||
-parallel(-par)
|
|
![]() ![]() |
||
|
||||
-prune(-pr)
|
|
![]() |
||
|
||||
-remove(-rm)
|
|
![]() ![]() |
||
|
||||
-sampleSpace(-spa)
|
uint
|
![]() ![]() |
||
|
||||
-searchMethod(-sm)
|
uint
|
![]() ![]() |
||
|
||||
-searchScaleX(-ssx)
|
float
|
![]() ![]() |
||
|
||||
-searchScaleY(-ssy)
|
float
|
![]() ![]() |
||
|
||||
-searchScaleZ(-ssz)
|
float
|
![]() ![]() |
||
|
||||
-selectedComponents(-cms)
|
|
![]() |
||
|
||||
-sourceColorSet(-scs)
|
string
|
![]() |
||
|
||||
-sourceUvSet(-suv)
|
string
|
![]() |
||
|
||||
-sourceUvSpace(-sus)
|
string
|
![]() |
||
|
||||
-split(-sp)
|
|
![]() ![]() |
||
|
||||
-targetColorSet(-tcs)
|
string
|
![]() |
||
|
||||
-targetUvSet(-tuv)
|
string
|
![]() |
||
|
||||
-targetUvSpace(-tus)
|
string
|
![]() |
||
|
||||
-transferColors(-col)
|
uint
|
![]() ![]() |
||
|
||||
-transferNormals(-nml)
|
uint
|
![]() ![]() |
||
|
||||
-transferPositions(-pos)
|
uint
|
![]() ![]() |
||
|
||||
-transferUVs(-uvs)
|
uint
|
![]() ![]() |
||
|
||||
-useComponentTags(-uct)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Transfer all UV and color sets from pCube1 onto pSphere1 transferAttributes -transferUVs 2 -transferColors 2 pCube1 pSphere1;