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
2015-05-06Fix T44619: Top Face of a Step Pyramid has its normal inverted.Bastien Montagne
Also, fixed wrong '2.75' blender version statement - no need to update that unless mandatory, this is minimal working version, not 'current' version... And please, always remove menus *before* unregistering, otherwise UI code may try to access removed classes (menus, shortcuts, operators, etc.).
2015-05-04Final commit Mesh Extra Objects 2.75Brendon Murphy
Updated Authors, added built in xyz math object presets
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
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-11-08Cleanup: redundant float conversionsCampbell Barton
2014-10-10Fix T42171: Imprecise info in add curve/mesh extra object.Bastien Montagne
2014-08-04removed duplicated import statements in previous commit. ↵Brendon Murphy
https://developer.blender.org/T40356 (original patch)
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-04-07Error in recent commitCampbell Barton
2014-04-07Fix T39629: Teapot creates corrupt meshCampbell Barton
more of a workaround, at least stops crash.
2014-04-07Code cleanup: styleCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-10-31Fix #37260 Weird behavior in adding gears from extra objects Addon.Lukas Toenne
All angle values must be defined in radians. The pressure angle was using a plain default value of 20, which in radians is way out of the sensible min/max range.
2013-09-13workaround for exception adding in editmode, for now setting vertex groups ↵Campbell Barton
is unsupported in editmode. support could be added through bmesh.
2013-02-06length and rotation units for the add_gears.py by batfingerBrendon Murphy
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19more formatting editsCampbell Barton
2012-12-19formatting edits for bl_infoCampbell Barton
2012-09-18Slightly more sensible way to set up the initial vector listPhilip Cote
2012-07-20Allow for anywhere from a 3 sided pyramid to 20 sided pyramid.Philip Cote
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
from Sebastian Nell (codemanx)
2012-05-03Added newell teapot & easter egg (Spoon)Brendon Murphy
2012-05-03SVN maintenance.Guillermo S. Romero
2012-05-03extra objects updateBrendon Murphy
new clean menu, added add_mesh_extra_objects/add_mesh_honeycomb.py by Kayo Phoenix added add_mesh_extra_objects/add_mesh_torusknot.py by Anthony D'Agostino
2012-05-02clean up menuBrendon Murphy
2012-04-13BMesh update.Philip Cote
2012-03-14De-duplicate functions needed for object add operators:Sergey Sharybin
Remove module add_utils.py which fully duplicates functions from trunk's object_utils.py module and switch all dependent addons to use module from trunk.
2012-03-04update from metalliandyBrendon Murphy
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
- Check for keymap availability to suppress warning messages when running blender in background mode
2012-01-14remove api field, was never used.Campbell Barton
2011-12-30adding operator presetsBrendon Murphy
2011-12-28SVN maintenance.Guillermo S. Romero
2011-12-11quick fix for add_mesh_pyramid.py not registering in menuBrendon Murphy
2011-12-06minor editsCampbell Barton
- remove check if sensor width exists for chan files - tag nuke chan files to be pep8 - remove unused import
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some ↵Campbell Barton
edits), removed so this wont happen again.
2011-10-10removing version info & general clean upBrendon Murphy
version info is now located on the wiki page for the script/s
2011-10-05Quick fix of my url.Philip Cote
2011-10-02update to bl_info, Brendon Murphy
please keep descriptions short.
2011-10-02Formatting description for add mesh scriptsJonathan Smith
2011-09-29SVN maintenance.Guillermo S. Romero
2011-09-29added add_mesh_pyramid.py to add_mesh_extra_objects scriptBrendon Murphy
thanks to cotejrp1
2011-09-26SVN maintenance.Guillermo S. Romero
2011-09-26added object type 'super toroid'Brendon Murphy
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-09-06SVN maintenance.Guillermo S. Romero
2011-09-06Added Polysphere object thanks to metalliandy.Brendon Murphy
Updated version & bl_info, Added Authors to the base of gpl block as the list was too long.
2011-09-06added menu for Basic Objects to clean menu.Brendon Murphy
wedge, sqorus, trapezohedron & star moved to this menu