ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.

概要

colorManagementCatalog [-addTransform string] [-editUserTransformPath string] [-listSupportedExtensions] [-listTransformConnections] [-path string] [-queryUserTransformPath] [-removeTransform string] [-transformConnection string] [-type string]

colorManagementCatalog は、取り消し不可能照会不可能、および編集不可能です。

この取り消し不能なアクションは、オートデスクのネイティブ カラー トランスフォーム カタログからカスタム カラー トランスフォームの追加と除去を実行します。カタログにカスタム カラー トランスフォームが追加されると、それらは組み込みのオートデスク ネイティブ カラー トランスフォームと同様の方法で使用できます。

戻り値

なし

キーワード

color, management

フラグ

addTransform, editUserTransformPath, listSupportedExtensions, listTransformConnections, path, queryUserTransformPath, removeTransform, transformConnection, type
ロング ネーム(ショート ネーム) 引数タイプ プロパティ
-addTransform(-adt) string create
トランスフォームをコレクションに追加することができます。
-transformConnection(-tcn) string create
addTransform モードでは、追加されたトランスフォームが接続される既存のトランスフォームです。入力トランスフォームまたはレンダリング スペース トランスフォームでは、これは転送先になります。ビューまたは出力トランスフォームでは、これは転送元になります。
-type(-typ) string create
追加、除去されたトランスフォームのタイプ、またはそれらのトランスフォームの接続がリストされます。それらは「ビュー」、「レンダリング スペース」、「入力」、「出力」のうちの 1 つです。
-path(-pth) string create
addTransform モードでは、トランスフォーム データ ファイルへのパスです。
-removeTransform(-rmt) string create
トランスフォームをコレクションから除去することができます。
-listTransformConnections(-ltc) create
転送元(「ビュー」および「出力」タイプの場合)、または転送先(「入力」および「レンダリング スペース」タイプの場合)として使用できるトランスフォームをリストして、カスタム トランスフォームを残りの変換コレクションに接続します。
-listSupportedExtensions(-lse) create
追加変換でサポートされているファイル拡張子をリストします。このリストは、すべての変換に対して有効です。 したがって、このフラグに type フラグを使用する必要はありません。
-queryUserTransformPath(-qut) create
ユーザ トランスフォーム ディレクトリを照会します。
-editUserTransformPath(-eut) string create
ユーザ トランスフォーム ディレクトリを編集します。ディレクトリを変更することにより、現在追加されているすべてのカスタム トランスフォームを変更し、新しいものを表示することができます。

フラグはコマンドの作成モードで表示できます フラグはコマンドの編集モードで表示できます
フラグはコマンドの照会モードで表示できます コマンド内でフラグを複数回使用できます。

MEL 例

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"