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
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
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-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-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
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-05-03SVN maintenance.Guillermo S. Romero
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-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-09-29SVN maintenance.Guillermo S. Romero
2011-09-29added add_mesh_pyramid.py to add_mesh_extra_objects scriptBrendon Murphy
thanks to cotejrp1