Since | 18.0 |
string [] usd_collectionincludes(<stage>stage, string collectionpath)
この関数は、コレクションの包含リストを返します。
<stage>
ノードのコンテキスト内(例えば、Wrangle LOP)で実行する時、ステージの読み込み先となる(0から始まる)入力番号を表現した整数をこの引数に指定することができます。 この整数は、特定の入力を参照する文字列形式(例えば、“opinput:0”)と等価です。
この引数を使用して、USDファイル(例えば、“/path/to/file.usd”)を参照したり、op:
をパス接頭辞として使用して他のLOPノードのクックされるステージ(例えば、“op:/stage/lop_node”)を参照することができます。
collectionpath
コレクションのパス。
Returns
コレクションの包含リスト。
Examples ¶
// コレクションの包含リストを取得します。 string collection_path = usd_makecollectionpath(0, "/geo/cube", "some_collection"); string include_list[] = usd_collectionincludes(0, collection_path);
See also | |
usd | |
usd_collection |