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
2010-02-12correct fsf addressCampbell Barton
2010-02-03Eh... stupid me. Left a duplicate main function in the rig type.Nathan Vegdahl
2010-02-03Added a new rig type "shape_key_transforms" that drives shape keys based on t...Nathan Vegdahl
2010-02-02Updates to mouth rig. Old method didn't work well in combination with shape ...Nathan Vegdahl
2010-01-31pep8 changes to rigify (minor warnings still there)Campbell Barton
2010-01-31white space commit, so the actual changes in the next commiy wont be so hard ...Campbell Barton
2010-01-26Rigify:Nathan Vegdahl
2010-01-25Rigify now generates the rig into the same armature every time, so you don't ...Nathan Vegdahl
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-21- temp marker rename in menu (using python or the outliner isnt fun)Campbell Barton
2010-01-19Rigify:Nathan Vegdahl
2010-01-19Added eyeball and eyelid rig types to rigify.Nathan Vegdahl
2010-01-10new rig types from CessenCampbell Barton
2010-01-10rename rig types not to have generic in the name (Cessens decission)Campbell Barton
2010-01-10patch from Cessen, update to metarigs and some changes to the rigging main loop.Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-07- leg_quadruped_generic missing importsCampbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-03patch from CessenCampbell Barton
2009-12-30- deform types for copy, arm and leg, patch from Cessen (with slighy modifica...Campbell Barton
2009-12-26pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8Campbell Barton
2009-12-17autorigging front end, access in pose mode armature panel (at the bottom)Campbell Barton
2009-12-17rescale metarig types to roughly match 1.0 == 1m for body parts, also fix py ...Campbell Barton
2009-12-16pep8 changesCampbell Barton
2009-12-15- original bones in last layerCampbell Barton
2009-12-14* new metarig type for the durian dragon leg (original rig by Cessen)Campbell Barton
2009-12-14missing importCampbell Barton
2009-12-14edits to the bone copy metarig type from Cessen, pointcache warning fixCampbell Barton
2009-12-14automatic layer placement, users can set the layers if they want.Campbell Barton
2009-12-14pep8 warnings, remove unused importsCampbell Barton
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-13* rna: memory leak fix for RNA_property_enum_value()Campbell Barton
2009-12-11rigifyCampbell Barton
2009-12-11* added an armature submenu where python defined armatures can go.Campbell Barton
2009-12-11* root bone override fixedCampbell Barton
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are...Campbell Barton
2009-12-10missed a header last commit, added custom exceptions to rigify so they can be...Campbell Barton
2009-12-10fix for some errors and local root bone overrideCampbell Barton
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