ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.
colorManagementCatalog [-addTransform string] [-editUserTransformPath string] [-listSupportedExtensions] [-listTransformConnections] [-path string] [-queryUserTransformPath] [-removeTransform string] [-transformConnection string] [-type string]
colorManagementCatalog は、取り消し不可能、照会不可能、および編集不可能です。
この取り消し不能なアクションは、オートデスクのネイティブ カラー トランスフォーム カタログからカスタム カラー トランスフォームの追加と除去を実行します。カタログにカスタム カラー トランスフォームが追加されると、それらは組み込みのオートデスク ネイティブ カラー トランスフォームと同様の方法で使用できます。なし
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-addTransform(-adt)
|
string
|
|
||
|
||||
-transformConnection(-tcn)
|
string
|
|
||
|
||||
-type(-typ)
|
string
|
|
||
|
||||
-path(-pth)
|
string
|
|
||
|
||||
-removeTransform(-rmt)
|
string
|
|
||
|
||||
-listTransformConnections(-ltc)
|
|
|
||
|
||||
-listSupportedExtensions(-lse)
|
|
|
||
|
||||
-queryUserTransformPath(-qut)
|
|
|
||
|
||||
-editUserTransformPath(-eut)
|
string
|
|
||
|
||||
colorManagementCatalog -addTransform "My Custom Viewing LUT" -type "view" -path "/path/to/myCustomViewingLUT.lut" -colorSpaceName "ACES" colorManagementCatalog -removeTransform "My Custom Viewing LUT" -type "view" colorManagementCatalog -listTransformConnections -type "view" colorManagementCatalog -editUserTransformPath "/path/transforms"