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
2016-08-17ant landscape: code cleanup, fix for marble noise thanks @jimmyhazevoetmeta-androcto
2016-08-08update ant landscape by @jimmyhazemeta-androcto
2016-07-31update add_mesh_ant_landscape.py add Farsthary planet noise re: T48967meta-androcto
2016-07-22Clean Up: remove redundant bl_tracker infometa-androcto
2016-04-08add_mesh_ant_landscape.py xy offset T47707meta-androcto
2014-11-08Cleanup: redundant float conversionsCampbell Barton
2014-05-29Replace some 'sqrt(a*a, b*b)' by 'hypot(a, b)'.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-09ANT Landscape addon: Fix normalsCoDEmanX
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-11-14update for changes in svnCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-02-29final fix for smooth shading, was missing recalc normals outside for correct ...Brendon Murphy
2012-02-29revert previous committ.Brendon Murphy
2012-02-29commented out set smooth function.Brendon Murphy
2012-02-23fix for remove doubles bmeshBrendon Murphy
2012-01-14remove api field, was never used.Campbell Barton
2011-12-30added: Brendon Murphy
2011-12-04Fix #29488: two addons broken after recent noise module change, patch by Patr...Brecht Van Lommel
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-27Addon UI Cleanup, Part 1Thomas Dinges
2011-08-25update to bl_infoBrendon Murphy
2011-07-10cleanupCampbell Barton
2011-06-22fix for errors adding landscape and bolt objects in editmodeCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-03-29updated working revision r35853Brendon Murphy
2011-03-21dont import UI directly, get classes via bpy.typesCampbell Barton
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-01-30Attempting to standardize some of the locations and fixing up descriptions in...Jonathan Smith
2011-01-26remove boiler plate add-object code and use python module as add_torus uses.Campbell Barton
2011-01-26patch [#25632] Get rid of obsolete magic edit propertyCampbell Barton
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2010-10-15working revision updateBrendon Murphy
2010-09-24use the operator rather then its properties for drawing the UI, now its suppo...Campbell Barton
2010-09-18minor versioning changeBrendon Murphy
2010-09-17update working revision 31965Brendon Murphy
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10updated revision numbersBrendon Murphy
2010-09-03SVN maintenance.Guillermo S. Romero
2010-08-31script clean upBrendon Murphy
2010-08-31Script update,Brendon Murphy
2010-08-31== trunk addons ==Luca Bonavita