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
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2016-12-30Add mesh extra objects: Update to version 0.3.1lijenstina
General Pep8 cleanup Removed unused variables and imports Removed a panel from add_empty_as_parent Standardized the property definitions across all the scripts Moved scene props from third_domes_panel_271 to init for proper removal Added a Enum prop for mesh type in teapot Fixed a small issue with Geodesic domes self.reports (problem with value fields message spam) Fixed props names in Geodesic domes Consistent tooltips Reorganized menus: Mechanical Menu including Pipe joints, Mesh gear Added separators
2016-01-08re-order helper variables T46971 thanks d01phimeta-androcto
2015-05-01add_extra_mesh_objects: new versionBrendon Murphy
Tracker: https://developer.blender.org/T44561 New UI, New Addons, Better organization & removal of 'Lesser Object Types' Merged & removed "lesser" & 'larger" add mesh scripts. Menu updates & re-organization & modernize. New: Add Vert, Round Cube, Menger Cube, Brilliant Diamond, Parent to Empty Removed: Add Mesh: Sqorus, Trapezohedron, Wedge, Polysphere. Merged add_mesh_symmetrical_empty from contrib Documentation: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Mesh_Extra_Objects
2014-11-08Cleanup: redundant float conversionsCampbell Barton
2014-08-04updates & cleanup, merged pipe joints & solid objects, cleaner integration ↵Brendon Murphy
into shift/a
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-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-01-14remove api field, was never used.Campbell Barton
2011-12-30adding operator presetsBrendon Murphy
2011-10-10removing version info & general clean upBrendon Murphy
version info is now located on the wiki page for the script/s
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-06-09Version 0.3.8 of the "3D Function Surfaces" script. Applied patch by Elod ↵Martin Buerbaum
Csirmaz * Modified the "Add X,Y,Z Function Surface" part: * Changed how wrapping is done to avoid generating unnecessary vertices and make the result more intuitive. * Added helper functions the results of which can be used in x(u,v), y(u,v), z(u,v). * The script can now close the ends of an U-wrapped surface. * It's now possible to create multiple objects with one set of formulae.
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-04-24merged "lesser" add mesh scripts.Brendon Murphy
add mesh extras, gemstones, twisted torus, gears & 3d function surfaces Now in folder add_mesh_extra_objects under 1 init file.