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-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-01-18Update Add-ons class properties to annotationsNBurn
2018-12-13BoltFactory (0,4,0)Aaron Keith
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-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-06-22Version (0, 3, 4)Aaron Keith
2017-04-29Fix T51338: Add an offset to the internal thread, validatelijenstina
2017-04-09BoltFactory: Cleanup, Remove star importslijenstina
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-01-22bolt factory: T50443 add division count for higher precisionmeta-androcto
2016-02-20Fixed bug in minor diameter and Phillips bit dimensions. They were missing fr...Aaron Keith
2015-05-24remove local presets folder & replace with internal operator presetsBrendon Murphy
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-02-08code cleanup: style and typo - some edits to bypass the comments spell checker.Campbell Barton
2012-01-14remove api field, was never used.Campbell Barton
2011-12-30adding operator presetsBrendon Murphy
2011-12-22Fix for matrix changes in SVN.Andrew Hale
2011-12-01Fixed Bug in Bolt Factory “remove doubles” function, which was introduced...Aaron Keith
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-10-15remove 'original_script_add_mesh_bolt.py', scripts for reference can be linke...Campbell Barton
2011-10-02Formatting description for add mesh scriptsJonathan Smith
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-08-25update to bl_infoBrendon Murphy
2011-07-25make bolt factory use reversed vector rotation order,Campbell Barton
2011-07-11cleanupCampbell Barton
2011-06-22fix for errors adding landscape and bolt objects in editmodeCampbell Barton
2011-06-21pep8 compliance Campbell Barton
2011-03-29updated working revision r35853Brendon Murphy
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
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
2011-01-30Attempting to standardize some of the locations and fixing up descriptions in...Jonathan Smith
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-24fix [#25753] Byte-compile errors in some Python scriptsCampbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-09update for changes in blender.Campbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2010-12-23use imp.reload() rather then reload().Campbell Barton