wireContext(
string
, [crossingEffect=linear], [deformationOrder=string], [dropoffDistance=linear], [envelope=linear], [exclusive=boolean], [exclusivePartition=string], [exists=boolean], [groupWithBase=boolean], [history=boolean], [holder=boolean], [image1=string], [image2=string], [image3=string], [localInfluence=linear], [name=string])
注意: オブジェクト名や引数を表す文字列はカンマで区切ります。これは概要には示されていません。
wireContext は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは wire デフォーマの作成に使用できる ツールを生成します。string | 作成されたコンテキストの名前 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
exists(ex)
|
boolean
|
![]() |
||
|
||||
image1(i1)
|
string
|
![]() ![]() ![]() |
||
|
||||
image2(i2)
|
string
|
![]() ![]() ![]() |
||
|
||||
image3(i3)
|
string
|
![]() ![]() ![]() |
||
|
||||
history(ch)
|
boolean
|
![]() |
||
|
||||
name(n)
|
string
|
![]() |
||
|
||||
crossingEffect(ce)
|
linear
|
![]() ![]() ![]() |
||
|
||||
envelope(en)
|
linear
|
![]() ![]() ![]() |
||
|
||||
dropoffDistance(dds)
|
linear
|
![]() ![]() ![]() |
||
|
||||
holder(ho)
|
boolean
|
![]() ![]() |
||
|
||||
localInfluence(li)
|
linear
|
![]() ![]() ![]() |
||
|
||||
groupWithBase(gw)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
deformationOrder(do)
|
string
|
![]() ![]() ![]() |
||
|
||||
exclusive(exc)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
exclusivePartition(ep)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.wireContext( 'wireCtx' )