移動先: 概要 戻り値 フラグ. MEL 例.
doBlur [-colorFile string] [-length float] [-sharpness float] [-smooth float] [-smoothColor boolean] [-vectorFile string]
doBlur は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
Maya のスタンドアロン型アプリケーションである blur2d が起動され、指定したカラー イメージとモーション ベクトル ファイルで 2.5 モーション ブラーが実行されます。入力 colorFile 名としてたとえば「xxx.iff」を指定した場合、出力ブラー イメージは、入力 colorFile と同じディレクトリの「xxx_blur.iff」になります。出力ブラー イメージの名前は現在制御できません。
colorFile, length, sharpness, smooth, smoothColor, vectorFile
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
doBlur -l 2 -s 1 -m 2 -c "testimage" -v "testimage.motion";