Go to: Synopsis. Return value. Flags. MEL examples.
doBlur [-colorFile string] [-length float] [-memCapSize float] [-sharpness float] [-smooth float] [-smoothColor boolean] [-vectorFile string]
doBlur is undoable, NOT queryable, and NOT editable.
The doBlur command will invoke the blur2d, which is a Maya stand-alone application to do 2.5 motion blur given the color image and the motion vector file. For a given input colorFile name, e.g. "xxx.iff", the output blurred image will be "xxx_blur.iff" in the same directory as the input colorFile. There is currently no control over the name of the output blurred image.string | Command result |
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-colorFile(-c)
|
string
|
|||
|
||||
-length(-l)
|
float
|
|||
|
||||
-memCapSize(-o)
|
float
|
|||
|
||||
-sharpness(-s)
|
float
|
|||
|
||||
-smooth(-m)
|
float
|
|||
|
||||
-smoothColor(-r)
|
boolean
|
|||
|
||||
-vectorFile(-v)
|
string
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
doBlur -l 2 -s 1 -m 2 -c "testimage" -v "testimage.motion";