移動先: 概要 戻り値 キーワード. 関連項目. フラグ. 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 を含むイメージを構築します。なし
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-name(-n)
|
string
|
![]() |
||
|
||||
-uvSetName(-uvs)
|
string
|
![]() |
||
|
||||
-xResolution(-xr)
|
int
|
![]() |
||
|
||||
-yResolution(-yr)
|
int
|
![]() |
||
|
||||
-uMin(-umn)
|
float
|
![]() |
||
|
||||
-uMax(-umx)
|
float
|
![]() |
||
|
||||
-vMin(-vmn)
|
float
|
![]() |
||
|
||||
-vMax(-vmx)
|
float
|
![]() |
||
|
||||
-redColor(-r)
|
int
|
![]() |
||
|
||||
-greenColor(-g)
|
int
|
![]() |
||
|
||||
-blueColor(-b)
|
int
|
![]() |
||
|
||||
-overwrite(-o)
|
|
![]() |
||
|
||||
-antiAliased(-aa)
|
|
![]() |
||
|
||||
-entireUVRange(-euv)
|
|
![]() |
||
|
||||
-fileFormat(-ff)
|
string
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a polygonal sphere polySphere; // Save the UVs in a image uvSnapshot -o -n "/tmp/uvImage.iff" -xr 256 -yr 256;