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 (Expand)Author
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-10-16Fix on fk/ik snap operators and functions. In rig_ui_pitchipoy_template, oper...Lucio Rossi
2016-10-12minor fix: ORG-teeth.T/B copy_transform to teeth.T/BLucio Rossi
2016-10-03Pitchipoy: added IK_follow on super_paw(s). Removed copy_trans constraint to ...Lucio Rossi
2016-09-28Rigify: final fixes of super_arm and super_leg ik_follow.Lucio Rossi
2016-09-12Pitchipoy: added super_arm and super_leg w root/parent switchLucio Rossi
2016-08-08Pitchipoy: added front and rear paw limbsLucio Rossi
2016-08-08Fixes: Set rot_mod to ZXY (ctrl&tweaks) & Spine tail_posLucio Rossi
2016-08-08Pitchipoy FK/IK switch implementedLucio Rossi
2016-08-08Paw Limb Code Review and Fix.Lucio Rossi
2016-07-20Cleanup: use identity for None comparisonsCampbell Barton
2016-07-20Rigify: add new meta rig type pitchipoy.super_palmCampbell Barton
2016-07-20Rigify updates and fixesCampbell Barton
2016-02-22Fix rigify layer UI, no IK layers in fingerAlexander Gavrilov
2016-02-22Fix for referencing invalid dataAlexander Gavrilov
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-11-06use identity compare for None/True/FalseCampbell Barton
2014-09-26Rigify: new additions from PitchiPoy Animation Productions.Nathan Vegdahl
2013-03-05Rigify: bug fix for biped arm/leg rigs.Nathan Vegdahl
2013-03-01Rigify: significant upgrade to arm and leg rigs, and misc changes/bugfixes.Nathan Vegdahl
2013-02-17minor edits (convention is not to end with '.')Campbell Barton
2013-02-16Rigify: changed rig type API. Disabled delta rig type.Nathan Vegdahl
2013-02-16Rigify: updated naming schemes for control bones.Nathan Vegdahl
2013-02-16Rigify: removed "from rigfy import X" statements where possible.Nathan Vegdahl
2013-02-15Bunch of bug fixes.Nathan Vegdahl
2013-01-22Rigify: fixed silly mistake in basic.copy rig sample.Nathan Vegdahl
2012-10-09style cleanup: pep8Campbell Barton
2012-04-03style cleanup: pep8Campbell Barton
2012-03-15Rigify: patch from Ryan King to give better error messages fromNathan Vegdahl
2012-01-01use props rather then p for op props nameCampbell Barton
2012-01-01set as pep8, only minor editsCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-07-25use reverse vector multiplication orderCampbell Barton
2011-07-11cleanupCampbell Barton
2011-06-21Rigify: minor bug fixes on the neck and spine rig types.Nathan Vegdahl
2011-06-19Rigify: users can now specify layer names in the metarig armature properties.Nathan Vegdahl
2011-06-18Rigify: added bend hinting to the arm and leg rigs.Nathan Vegdahl
2011-06-15Rigify: new spine rig!Nathan Vegdahl
2011-05-17Rigify: user can disable control and deform rig generation on copy and copy_c...Nathan Vegdahl
2011-05-15Rigify: added a 'copy_chain' rig type.Nathan Vegdahl
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-10Rigify:Nathan Vegdahl
2011-03-09Added IK -> FK snapping in rigify arms.Nathan Vegdahl
2011-03-08Beginnings of ik/fk snapping functions in Rigify.Nathan Vegdahl
2011-02-24The leg/foot rig can now rock from side to side. Requires a special metarigNathan Vegdahl
2011-02-22Accidentally left a temporary print statement in rigify.Nathan Vegdahl
2011-02-21Rigify works again! Yay!Nathan Vegdahl
2011-02-16update for changes in blender.Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton