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 (Collapse)Author
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-03Add Curve Extra Objects: Cleanup, refactor some codelijenstina
Bumped version to 0.1.2 Pep8 cleanup Consistent property definitions Remove star imports Some small UI fixes Reorder the submenu items types Alphabetically Add Curve braid: merge in the bpybraid and braid scripts since they are relatively small Add Simple Curve - use a property group for scene props Add list of Menus and Panels available in the User Preferences
2017-06-01add curves galore: fix for last commitjimmyhaze
2017-05-31update add curves galorejimmyhaze
2017-05-13curve extra objects: bounce sprofit catenary update thanks Jimmy Hazemeta-androcto
2017-05-07Curve Extra Objects: update bounce splines by Jimmy Hazemeta-androcto
2017-04-25curve extra objects: bounce spline, spirofit, catenary updatemeta-androcto
2017-04-21Add curve extra objects: update curves galore, spirofit, thanks Jimmy Hazemeta-androcto
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
2017-03-23curve extra objects, bounce spline, greater precision thanks @JimmyHazemeta-androcto
2017-03-19Update add_curve_extra_objects add bounce spline/sporo fit, update curves ↵meta-androcto
galore T50943
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-03-17Update add curve extra objects Re: T50943meta-androcto
2016-08-12fix for typo in nurbs presetsmeta-androcto
2016-08-10code cleanup: curve extra objects thanks @batfingermeta-androcto
2016-08-05curve extra objects: clean up imports, add surface objectsmeta-androcto
2016-07-22Clean Up: remove redundant bl_tracker infometa-androcto
2016-01-05clean up, name change curvaceous galore to curve profilesmeta-androcto
2015-12-08Don't access bpy.context when context is passedCampbell Barton
also quiet 'description' warnings.
2015-12-07Fix T46885 : Update Torus Knot Plus - New features, code cleanup & UI ↵Marius Giurgi
modifications Reorganize the UI into categories and renamed some settings, clean up and document the code and add new feautures, main options and plus options (e.g. adaptive curve resolution, curve type, radius settings and multi-link generation).
2015-07-21Avoid creating matrix on loadCampbell Barton
2015-05-04fixBrendon Murphy
2015-05-04testBrendon Murphy
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-10-10Fix T42171: Imprecise info in add curve/mesh extra object.Bastien Montagne
2014-08-14fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.Brendon Murphy
2014-08-14fix for last commitBrendon Murphy
2014-08-14fix for console errorBrendon Murphy
2014-08-12remove menu level for cleaner integration.Brendon 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 ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-09-04update tracker urlBrendon Murphy
2012-09-04merge of torus knots plus, curveaceous_galore & spirals addons.Brendon Murphy
this merge groups the main add curve object types under the one folder