cmdScrollFieldReporter([clear=boolean], [copySelection=boolean], [cutSelection=boolean], [echoAllCommands=boolean], [filterSourceType=string], [hasFocus=boolean], [lineNumbers=boolean], [pasteSelection=boolean], [receiveFocusCommand=script], [saveSelection=string], [saveSelectionToShelf=boolean], [select=[uint, uint]], [selectAll=boolean], [stackTrace=boolean], [suppressErrors=boolean], [suppressInfo=boolean], [suppressResults=boolean], [suppressStackTrace=boolean], [suppressWarnings=boolean], [text=string], [textLength=boolean])
注意: オブジェクト名や引数を表す文字列はカンマで区切ります。これは概要には示されていません。
cmdScrollFieldReporter は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
処理したコマンドのヒストリを受信して表示するために使用するスクリプト エディタ レポータ コントロール。string | レポータ コントロールの名前 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
filterSourceType(fst)
|
string
|
![]() ![]() ![]() |
||
|
||||
saveSelection(sv)
|
string
|
![]() ![]() |
||
|
||||
saveSelectionToShelf(svs)
|
boolean
|
![]() ![]() |
||
|
||||
selectAll(sla)
|
boolean
|
![]() ![]() |
||
|
||||
select(sl)
|
[uint, uint]
|
![]() ![]() |
||
|
||||
clear(clr)
|
boolean
|
![]() ![]() |
||
|
||||
text(t)
|
string
|
![]() ![]() ![]() |
||
|
||||
textLength(tl)
|
boolean
|
![]() |
||
|
||||
cutSelection(ct)
|
boolean
|
![]() ![]() |
||
|
||||
copySelection(cp)
|
boolean
|
![]() ![]() |
||
|
||||
pasteSelection(pst)
|
boolean
|
![]() ![]() |
||
|
||||
hasFocus(hf)
|
boolean
|
![]() |
||
|
||||
receiveFocusCommand(rfc)
|
script
|
![]() ![]() |
||
|
||||
echoAllCommands(eac)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
lineNumbers(ln)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
stackTrace(st)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
suppressResults(sr)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
suppressInfo(si)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
suppressWarnings(sw)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
suppressErrors(se)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
suppressStackTrace(sst)
|
boolean
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # this will create a tiny window with a command history reporter cmds.window() cmds.columnLayout() cmds.cmdScrollFieldReporter(width=200, height=100) cmds.showWindow()