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
2018-10-26Rigify UI: Move operators to sidebarDalai Felinto
2018-10-22Rigify: UI fix left over from OT.type > OT.anim_type change and miscDalai Felinto
2018-10-22Rigify: Update for 2.8 APIDalai Felinto
2018-08-22rigify: Fix bad rename from previous commit fe90ef2Ines Almeida
2018-08-10rigify: update for Blender 2.8Ines Almeida
2017-10-30fix: Encode Widget btn not showing in ToolsLucio Rossi
2017-10-25T53024 fix n-panel Switch rotation-pole not working for bones wo keysLucio Rossi
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
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-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-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
2017-01-08rigify fix panel context T50357 thanks angavrilovmeta-androcto
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-11-06use identity compare for None/True/FalseCampbell Barton
2014-10-13Add missing 'bl_category' field to 3DView tool panel of rigify addon.Bastien Montagne
2014-09-26Rigify: new additions from PitchiPoy Animation Productions.Nathan Vegdahl
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-02-19fix for rigify unregisterCampbell Barton
2013-02-17In rigify dev tools added a button to generate widget-creation code.Nathan Vegdahl
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-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
2012-12-28Updated to use UI_UL_list as template_list...Bastien Montagne
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-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-04use sets for checking against multiple values.Campbell Barton
2012-01-01set as pep8, only minor editsCampbell Barton
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-11cleanupCampbell Barton
2011-06-19Rig layers can now be organized into rows by the user, for nicer layout.Nathan Vegdahl
2011-06-19Rigify: users can now specify layer names in the metarig armature properties.Nathan Vegdahl
2011-03-21dont import UI directly, get classes via bpy.typesCampbell Barton