constructionHistory([toggle=boolean])
注意: オブジェクト名や引数を表す文字列はカンマで区切ります。これは概要には示されていません。
constructionHistory は 「元に戻す」が可能、「照会」が可能、「編集」が不可能 です。
このコマンドはコンストラクション ヒストリをオンまたはオフにします。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
toggle(tgl)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.constructionHistory( tgl=True ) cmds.constructionHistory( tgl=False ) # Returns true if construction history is on. # Returns false if construction history is off. cmds.constructionHistory( q=True, tgl=True )