Extensions:2.6/Py/Scripts/Animation/Randomize Keyframes
< Extensions:2.6 | Py | Scripts | Animation
UI location | File → User Preferences → Add-Ons → Animation | ||
---|---|---|---|
Usage | Randomize selected keyframes | ||
Version | 0.1 | Author(s) | Tal Hershkovich |
Blender | 2.72 | License | GPL |
Category | Animation | Distribution | Extern |
File name | randomize_keys.py |
---|---|
Current version download | https://github.com/snotnose/blender/blob/master/randomize_keys.py |
Randomize the values of the selected keyframes in the current action, based on the distance between their maximum and minimum of each channel * the threshold bar.
If all your keyframes have the same value then nothing will happen
Useful for creating variation of animation cycles.
for example changing the up and down values of a walk cycle to avoid repetitiveness.
To do:
Adding more options for generating randomness, with checkboxes or input values for example:
-Adding random values based on the average of the keyframes instead of only their min and max values.
-Instead of just adding to the values, also options for substruct and multiply
-Switch between only selected to all keyframes