blender/release/scripts/keyingsets
Joshua Leung 1b19ffb8c7 "Available" Keying Set bugfix:
This builtin Keying Set is supposed to insert keyframes for every
F-Curve that exists for the selected data (usually objects and/or
bones only). However, as coded, it was only useful for objects, since
it would just go through all the F-Curves for the object's action,
instead of just the F-Curves relevant to a selected bone.

Tweaked the code to make this case (and similar ones) hopefully work
better by default.
2011-01-10 10:22:08 +00:00
..
keyingsets_builtins.py - Typo fixes 2010-12-28 11:50:10 +00:00
keyingsets_utils.py "Available" Keying Set bugfix: 2011-01-10 10:22:08 +00:00