ジャンプ先: 概要. 戻り値. キーワード. 関連. フラグ. MEL 例.
uvSnapshot [-antiAliased] [-blueColor int] [-entireUVRange] [-fileFormat string] [-greenColor int] [-name string] [-overwrite] [-redColor int] [-uMax float] [-uMin float] [-uvSetName string] [-vMax float] [-vMin float] [-xResolution int] [-yResolution int]
uvSnapshot は、取り消し不可能、照会不可能、および編集不可能です。
選択したオブジェクトの UV を含むイメージを構築します。なし
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-antiAliased(-aa)
|
|
|
||
|
||||
-blueColor(-b)
|
int
|
|
||
|
||||
-entireUVRange(-euv)
|
|
|
||
|
||||
-fileFormat(-ff)
|
string
|
|
||
|
||||
-greenColor(-g)
|
int
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-overwrite(-o)
|
|
|
||
|
||||
-redColor(-r)
|
int
|
|
||
|
||||
-uMax(-umx)
|
float
|
|
||
|
||||
-uMin(-umn)
|
float
|
|
||
|
||||
-uvSetName(-uvs)
|
string
|
|
||
|
||||
-vMax(-vmx)
|
float
|
|
||
|
||||
-vMin(-vmn)
|
float
|
|
||
|
||||
-xResolution(-xr)
|
int
|
|
||
|
||||
-yResolution(-yr)
|
int
|
|
||
|
||||
// Create a polygonal sphere polySphere; // Save the UVs in a image uvSnapshot -o -n "/tmp/uvImage.iff" -xr 256 -yr 256;