-motion/SetMotionBlur Function This is the global motion blur control. You can use it to either multiply all per-node motion blur settings, or to override them. Its very handy because you can individually tune each transform node to have seperate settings, and then you change the global motionBlur to 0 so you can work on other aspects of the script. You can also not use SetMotionBlur in the script (or in the interface),
and then set it later when you execute the script on the command line.
That way, you don't actually have to calculate the blur when you load
up the script in the interface.
Synopsis void SetMotionBlur( float motionBlur, float shutterTiming, float shutterOffset ); Script SetMotionBlur( quality, shutterTiming, shutterOffset ); Command Line shake -motion quality [override] |