Since | 18.0 |
int usd_setrelationshiptargets(int stagehandle, string primpath, string name, string targets[])
この関数は、Primのリレーションシップにターゲットを設定します。
stagehandle
書き出し先のステージのハンドル。
現在のところ、唯一有効な値は0
のみです。
この値は、ノード内の現在のステージを意味します(今後は、この引数を使用することで他のステージへの書き出しが可能になります)。
primpath
Primのパス。
name
リレーションシップ名。
targets
リレーションシップに設定するターゲットパス。
Returns
成功するとstagehandle
の値、失敗すると-1
。
Examples ¶
// cubeのリレーションシップを設定します。 usd_setrelationshiptargets(0, "/geo/cube", "new_relation", array("/geo/sphere6", "/geo/sphere7"));
See also | |
usd | |
usd_relationship |