Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15Rigify: new spine rig!Nathan Vegdahl
This rig replaces the old spine rig, and has a super-set of the old spine's features. The main new features are: 1. A separate over-all control for translation. Due to the pivot slide feature of the spine, it didn't really make sense to have one of the spine bones be the control for translation, so I broke that out into a separate control. This control also acts as a root of the spine in general, including for scaling and rotation. If you want to grab the entire spine as one unit, this is how to do it. 2. The spine can now have more than two control bones. The rigger can specify an arbitrary number of the spine bones to be turned into controls upon rig generation. Controls that are not at the end points of the spine are optionally (via an animatable switch) auto-rotated by the the end point controls, so animators can ignore them when they do not require that level of control.
2011-04-11Rigify: fixed broken ik/fk snapping (api changes).Nathan Vegdahl
2011-02-24The leg/foot rig can now rock from side to side. Requires a special metarigNathan Vegdahl
setup (not yet added to the default human metarig).
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-11-17Adding the Rigify addon to svn.Nathan Vegdahl