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-10-26Removed old rigify code, as it is starting to interfere with the newer Rigify...Nathan Vegdahl
2010-10-13patch [#24221] Creating graph from armature doesn't work with unsaved .blend ...Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-04pep8 cleanupCampbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-12correct fsf addressCampbell 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-21- temp marker rename in menu (using python or the outliner isnt fun)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-03patch from CessenCampbell Barton
2009-12-15- original bones in last layerCampbell Barton
2009-12-14automatic layer placement, users can set the layers if they want.Campbell 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-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-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-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-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