# Move Lots of Props (extension of Emphasizer)
# Oct 26, 2004
# Copyright (c) 2004, David G. Drumright [ockham]
#-----------------------------------------------------------------------------

    Applies the same changes to a selected set of props.

    Fill in the Start Frame and End Frame if you want to affect only
    part of the animation.  Leave the default values to affect the
    entire range of frames.


    Generally you'll want to do the Offset and Multiply separately.

    The Offset value is added to the parameter; for instance, this will
    move a figure up above the ground by a fixed distance without
    changing the relative motion.

    The Multiplier value re-proportions the value.  If you want to
    negate as well as scale the value, use a negative number.  For
    instance, putting -0.5 in the Multiplier blank will cut the size of
    the value in half and reverse it.

    If you want to try doing both at once, bear in mind that the script
    multiplies first, then adds the Offset.  New Parm = (Old Parm *
    Multiplier) + Offset

    To get a random effect, fill in a desired percentage in the Random
    box.  This will be applied after the other figuring; if you leave
    the Mult and Offset at default, the Random will be applied to the
    original (current) value of the chosen parms.

    For more gradual randomness, use the Sparseness entry.  Fill in the
    Sparseness entry with a number greater than 1. For instance, 3 in
    Sparseness will change only every third frame.  (1,4,7,11, etc.)


    Click on the props and parameters you want to affect.  Each click in
    the list "toggles" the highlight.

    Hit Go to make the change.

    Note:  The script forces a KeyFrame at each frame it alters; this is
    necessary to avoid weird effects from Poser's spline interpolation.

#-----------------------------------------------------------------------------
