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
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
2011-08-27Addon UI Cleanup, Part 1Thomas Dinges
* General Rule (for Ivygen and Sapling): If you need more code for declaring the layouts than for the props itself, something is wrong. ;-) * if > elif
2011-08-25updates to bl_infoBrendon Murphy
2011-07-25use reverse vector multiply orderCampbell Barton
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
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-05-08Added sub menus as per original scripts.Brendon Murphy
rearranged layout so everything is cleaner.
2011-04-25SVN maintenance.Guillermo S. Romero
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.