-shutter

Function

This function overrides the per-node motion blur shutter settings, replacing them with the command line values. ShutterTiming is how many frames the movement is examined to calculate the blur, and the shutterOffset refers to the starting point of this calculation, which is the beginning of the current frame by default.

Command Line

shake -shutter shutterTiming shutterOffset

Example

shake uboat -pan "Linear(0,-300@1,300@20)" 0 
  -motion 1 -shutter 5 -2.5 -t 10

This calculates 5 frames of motion blur, starting 2.5 frames before the current frame for its calculations. Notice how I have to make sure motion blur is turned on with the -motion function.

See Also

-motion, About Transforms and Motion Blur