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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-10missed editing the sample rigs, Cessen likes palm_curl.py betterCampbell Barton
2009-12-10renaming metarig types since we may well have multiple arm/finger/leg typesCampbell Barton
2009-12-10move generic functions out of rigify's __init__.py into rigify_utils.py since...Campbell Barton
2009-12-10- rigify context changes & example for deltaCampbell Barton
2009-12-10patch from Cessen, tweaks and fixes to metarig elementsCampbell Barton
2009-12-09if bone type root is defined, all new parentless bones become children of itCampbell Barton
2009-12-09some more rig options, fix typoCampbell Barton
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton
2009-12-09- use the bone that the type was set for automatic assigned blending property...Campbell Barton
2009-12-09- rewrote arm rig so it creates 2 chains and blend them automatically (like t...Campbell Barton
2009-12-08- modify for Cessens updated spineCampbell Barton
2009-12-08minor fixesCampbell Barton
2009-12-08- pyrna support for (value in array), currently only 1 dimensional arrays.Campbell Barton
2009-12-08white space commit (spaces -> tabs and clearing whitespace)Campbell Barton
2009-12-07use the SUM driver type to avoid adding all values on each bone.Campbell Barton
2009-12-07- bone.basename now only gets the name before the first '.', since names like...Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05fixes for automatic tests and some errors in last commitCampbell Barton
2009-12-05split up metarig hierarchy evaluation and modifying the metarig into 2 steps,Campbell Barton
2009-12-04touches for demo'ingCampbell Barton
2009-12-04rna functionCampbell Barton
2009-12-04leg rig type & metarig example, still need to add IK'sCampbell Barton
2009-12-03- curve geometry curve panel wasnt displaying with no active splineCampbell Barton
2009-12-02change bone storage class so __slots__ can be used for looping over attribute...Campbell Barton
2009-12-02- bpy.data.add_armature()Campbell Barton
2009-12-02- include example input rigs for each autorig type, running metarig_template(...Campbell Barton
2009-12-02- finished spine rig generator, (drivers, constraints)Campbell Barton
2009-12-02- rig spine type WIP, editmode done, still needs pose constraints and drivers.Campbell Barton
2009-12-01added autorig neck typeCampbell Barton
2009-11-30convert rigify into a package. advantage is new types can be added into the p...Campbell Barton