blender/release/scripts
Joshua Leung 1439ebb6b1 Character Animation Goodie: "Whole Character" Builtin Keying Set
This commit introduces a new Keying Set: "Whole Character", which is
specially designed for character animators blocking out their
animation. It should make animating with rigs such as the Sintel rigs
(and other "mainstream" setups, though others may also work with a few
modifications) much easier.

It automatically determines which properties on every bone in the
active rig should be keyframed, avoiding an initial set up step where
properties may be missed, or non-animatable properties are also
needlessly keyframed. To do this, it relies on several rules:
1) All bones in the armature, regardless of visibility status are
considered, so that hiding some layers on some keyframes then
keyframing them later won't create problems with earlier poses
changing
2) Bones starting with certain prefixes, i.e. DEF, MCH, VIS, etc. (the
full list is available in the code for this, and can be/is meant to be
modified by riggers in their own versions as they see fit), so that
some bones on hidden layers which shouldn't be seen by animators are
not keyframed
3) Locked transforms AREN'T keyframed
4) All custom properties ARE keyframed - currently this is the best we
can do, as it's hard to tell if they're needed or not, or even if
they're already driven.
2011-01-29 03:01:51 +00:00
..
io/netrender [#25783] Network rendering fails with windows paths 2011-01-28 00:45:53 +00:00
keyingsets Character Animation Goodie: "Whole Character" Builtin Keying Set 2011-01-29 03:01:51 +00:00
modules fix for error in add mesh script with no operator passed. 2011-01-26 14:52:00 +00:00
op fix [#25757] Torus script uses radians for rotation in panel 2011-01-24 15:25:03 +00:00
presets Adding Framerate preset patch by Troy Sobotka (sobotka). Small change to 2011-01-25 18:30:31 +00:00
templates update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
ui Adding Calculate/Clear Motion Path operator buttons to toolbar. I'm 2011-01-26 06:41:44 +00:00