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
2019-03-14Rigify: add support for user-defined rig packages and related utilities.Alexander Gavrilov
2018-11-19Rigify: fix collection handling.Alexander Gavrilov
2018-11-19Rigify: fix incomplete update of legacy mode to 2.8.Alexander Gavrilov
2018-11-06Updates for change in ViewLayer RNA API.Bastien Montagne
2018-10-23Rigify: Fix collections/layersDalai Felinto
2018-10-23Rigify: Fix remaining math update (*/@)Dalai Felinto
2018-10-22Rigify: More updates for 2.8 APIDalai Felinto
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-22rigify: Fix bad rename from previous commit fe90ef2Ines Almeida
2017-12-05fix T53356: update bbone_in bbone_out props to bbone_easein bbone_easeoutLucio Rossi
2017-07-28Fix: T52167 Rigify 0.5 "Rigify Type" lags bone properties panelLucio Rossi
2017-07-24Rigify 0.5: new features, Animation Tools and Quat/Euler converterLucio Rossi
2017-07-24Cleanup: trailing spacesCampbell Barton
2017-06-10Rigify 0.5 advanced generation options, fixes and improvements. removed CREDI...Lucio Rossi
2017-06-08Rigify 0.5 metarig fixes, advanced generation options, code cleanupLucio Rossi
2017-06-02Rigify 0.5: basic and animals metarigs. metarig custom multi-menu. minor wgt ...Lucio Rossi
2017-06-01Rigify 0.5 general maintenance and bug fixingLucio Rossi
2017-06-01Rigify 0.5 general maintenance and bug fixingLucio Rossi
2017-05-14Rigify 0.5 Bone Groups and Selection Sets supportLucio Rossi
2017-05-14Rigify 0.5 with legacy modeLucio Rossi
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-07-20Cleanup: use identity for None comparisonsCampbell Barton
2015-04-03Simplify rigify circle widget creationCampbell Barton
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-01Rigify: significant upgrade to arm and leg rigs, and misc changes/bugfixes.Nathan Vegdahl
2013-02-17In rigify dev tools added a button to generate widget-creation code.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-15Rigify: improved rigify.utils.write_metarig()Nathan Vegdahl
2013-02-15Rigify: the pre-built metarigs that appear in the add armature menuNathan Vegdahl
2013-02-15Rigify bugfix: deleted WGT objects now get properly replaced on generation.Nathan Vegdahl
2013-02-15Bunch of bug fixes.Nathan Vegdahl
2013-01-22Rigify: patch from Shinsuke Irie fixing rig imports on some systems.Nathan Vegdahl
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-01-01set as pep8, only minor editsCampbell Barton
2011-12-06use %r to format strings rather than '%s', since %r adds quotes and correctly...Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-07-11cleanupCampbell Barton
2011-06-24Rigify: bug fix, trying assign invalid group.Nathan Vegdahl
2011-06-24Rigify: drivers now get transfered from the metarig to the generated rig.Nathan Vegdahl
2011-06-22Rigify: constraints are now copied over from metarig.Nathan Vegdahl
2011-06-15Rigify: new spine rig!Nathan Vegdahl
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
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton