移動先: 概要 戻り値 キーワード. フラグ. MEL 例.
renderPassRegistry [-channels int] [-isPassSupported] [-passID string] [-passName] [-renderer string] [-supportedChannelCounts] [-supportedDataTypes] [-supportedPassSemantics] [-supportedRenderPassNames] [-supportedRenderPasses]
renderPassRegistry は 「元に戻す」が不可能、「照会」が不可能、「編集」が不可能 です。
レンダー パスと関連する照会情報。any |
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-renderer(-r)
|
string
|
![]() |
||
|
||||
-passID(-pi)
|
string
|
![]() |
||
|
||||
-channels(-ch)
|
int
|
![]() |
||
|
||||
-supportedRenderPasses(-srp)
|
|
![]() |
||
|
||||
-supportedRenderPassNames(-spn)
|
|
![]() |
||
|
||||
-supportedChannelCounts(-scc)
|
|
![]() |
||
|
||||
-supportedDataTypes(-sdt)
|
|
![]() |
||
|
||||
-passName(-pn)
|
|
![]() |
||
|
||||
-supportedPassSemantics(-ps)
|
|
![]() |
||
|
||||
-isPassSupported(-ips)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Get supported channel counts supported by renderer mentalRay and the passID "DIFF". renderPassRegistry -passID "DIFF" -renderer mentalRay -supportedChannelCounts; // // Get supported data types supported by renderer mentalRay, the passID "diffuse" and the channels "3". renderPassRegistry -passID "DIFF" -renderer mentalRay -channels 3 -supportedDataTypes;