# Magnet follower, for Tguyus
# June 2, 2004
# Copyright (c) 2004, David G. Drumright [ockham]

Select the controlling Actor before starting the script.

Script gives you:

 List of all mags in scene
 List of parms on any magnet (standard)
 List of parms on the selected Actor
 Entry for Default Value and Multiplier
 Entries for Start frame and End frame
 Get Data and Save Data buttons.

Basic idea:

1. Pick the controlling parm on the Actor

2. Pick the mags to be controlled

2. Pick the one magnet parm to be influenced (same for all mags)

4. Set the numerical values

5. Hit Go.

Script will set the selected mag parms to
Mag Default + ((Source - Source Default Value) * Multiplier)

6. If you want to save this setup, hit Save Data.  A file-dialog
will pop up, starting in the same folder with the PY file.  Give
this set a name and hit OK.

7. To re-use a setup, hit Get Data and find the name.

Special note: If you're using scale parameters, you should
de-percentify the default values.  For instance, if you want
a default Mag value of 10% on scale, divide that by 100
to get 0.1, and put 0.1 in the Mag Default blank.

