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
2017-10-02Fix T52973: Support data dimensions types, restore global_undolijenstina
2017-04-02Curve Simplify: Cleanup, remove dead codelijenstina
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-09-26fix for T46265 revert to 3d view operatorBrendon Murphy
2015-08-25Add GUI access T40316Brendon Murphy
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
2013-04-26Addon: Cosmectics for Simplify Curves - capital letters in sentences, complia...Sebastian Nell
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-01-14remove api field, was never used.Campbell Barton
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-08-25update to bl_infoBrendon Murphy
2011-07-10cleanupCampbell 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-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-19update for changes in blender api.Campbell Barton
2011-01-18correct bad spelling; 'indicies' --> 'indices'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-17update working revision 31965Brendon Murphy
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-08-31== trunk addons ==Luca Bonavita
2010-08-19update for changes in blenderCampbell Barton
2010-08-17update for api changesCampbell Barton
2010-08-09update for changes in blender.Campbell Barton
2010-08-05update for changes in blender.Campbell Barton
2010-08-02fix for registering scripts.Campbell Barton
2010-08-02update addons to work with new register/unregister method,Campbell Barton
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-13== trunk scripts confirming ==Luca Bonavita
2010-07-06better descriptionFlorian Meyer
2010-07-05removed the curvature simplification method (only the visibility, code is sti...Florian Meyer
2010-07-03update for changes in blenderCampbell Barton
2010-06-19more updates to defaultsFlorian Meyer
2010-06-18saner multiplier for curvature threshold, more precisionFlorian Meyer
2010-06-10now really the correct fix for zero edge lengthsFlorian Meyer
2010-06-09-probably fixed curvature mode for fcurves_simplifyFlorian Meyer
2010-06-09-better pollFlorian Meyer
2010-06-08added simplify f-curves,Florian Meyer
2010-05-31== addons ==Luca Bonavita
2010-05-31Updates for API changes in SVN 29091.Thomas Dinges
2010-05-30- fix for 0 edge length spotted by pildanovak,Florian Meyer
2010-05-30move curve_simplify.py to trunk/py/scripts/addons/curve_simplify.pyBrendon Murphy