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
path: root/rigify
AgeCommit message (Expand)Author
2014-04-17Add bl_category to 3DView panel.Bastien Montagne
2013-04-24Rigify bugfix: dev tools panel was displayed regardless of mode.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-03-01Rigify: fixed two bugs in IK/FK snapping that made it fail in some cases.Nathan Vegdahl
2013-02-23Rigify: bug fix: certain kinds of import errors were being suppressed inNathan Vegdahl
2013-02-19fix for rigify unregisterCampbell Barton
2013-02-17In rigify dev tools added a button to generate widget-creation code.Nathan Vegdahl
2013-02-17minor edits (convention is not to end with '.')Campbell Barton
2013-02-17correct error in rigify, fix from Irie Shinsuke.Campbell Barton
2013-02-17Rigify: added a developers tools panel.Nathan Vegdahl
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-15Rigify: improved rigify.utils.write_metarig()Nathan Vegdahl
2013-02-15Rigify: pep8 for metarig_menu.pyNathan 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-02-15Fix [#34253] UIList resize, resizes wrong list II/IIBastien Montagne
2013-02-15minor code cleanupCampbell Barton
2013-02-15add button to initialize armature layers, since this isn't allowed on draw an...Campbell Barton
2013-01-22Rigify: fixed silly mistake in basic.copy rig sample.Nathan Vegdahl
2013-01-22Rigify: patch from Shinsuke Irie fixing rig imports on some systems.Nathan Vegdahl
2013-01-22Rigify: patch from Shinsuke Irie, updating name limits.Nathan Vegdahl
2012-12-28Updated to use UI_UL_list as template_list...Bastien Montagne
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-10-09style cleanup: pep8Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-26use python3 set syntaxCampbell Barton
2012-04-06Testing to see if I can commit.Nathan Vegdahl
2012-04-03style cleanup: pep8Campbell Barton
2012-03-15Rigify: patch from Ryan King to give better error messages fromNathan Vegdahl
2012-02-08code cleanup: style and typo - some edits to bypass the comments spell checker.Campbell Barton
2012-01-19minor adjustmentsCampbell Barton
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
2012-01-14remove api field, was never used.Campbell Barton
2012-01-04use sets for checking against multiple values.Campbell Barton
2012-01-01use props rather then p for op props nameCampbell Barton
2012-01-01fix change for row/column, even though its only in a commentCampbell Barton
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-11-19Rigify: fix for bug report #29298, basically just an update for API changes.Nathan Vegdahl
2011-11-03Rigify: fixed bug that triggered error when generating a rig that doesn'tNathan Vegdahl
2011-09-20Rigify: changed quat/vector multiplication order to conform to api changes.Nathan Vegdahl
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-25use reverse vector multiplication orderCampbell Barton
2011-07-11cleanupCampbell Barton