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-06-10Add Mesh Extra Objects: Update, Fix crash with Wall Factorylijenstina
Bumped version to 0.3.2 Wall Factory: Fix crash with Wall Factory when openings and slots are enabled (unorderable types: opening() < opening()) with the repeat option on as the sort function compared stored classes instead of the numerical values Fix the module not working properly after (F8) reload Cleanup - consistent prop definitions Remove star imports Small UI reorganization to save vertical space The code will probably need some further refactor as the usage of globals is not so clear add_mesh_triangles: cleanup, remove unused vars add missing GPL notice, some UI tweaks, add tooltip add_mesh_pyramid: indentation cleanup add_mesh_beam_builder: add an option to snap to cursor add_mesh_teapot: use defs instead of assigning lambdas (E731)
2017-04-13add mesh extra objects: add triangle mesh: T36524meta-androcto
2017-04-13Revert last commitmeta-androcto
2017-04-13add mesh extra objects: add triangle mesh T36524meta-androcto
2017-04-06Add mesh extra objects: Fix reloading geodesic domeslijenstina
Add importlib call properly after F8 reload Remove the star import from the Geodesic init Fix links
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
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-12-27Fix T50306: Unexpected behavior with brilliant diamond object.Bastien Montagne
Just use `object_utils.object_data_add()` as everyone else...
2016-09-05Small tooltip fixAaron
2016-08-26Cleanup and fixes to mesh_discombobulatorlijenstina
Run Flake8 on __init__ and mesh_discombobulator Clean up the bl_info (the scipt is now a module) Moved the discombobulator props to a separate property group Removed the duplicate entries of props in the script Added poll functions for discombobulator operators Used a prop_dialog instead of popup Moved the execution operator from draw to execute Added a remove all doodads option Moved the list of doodads from the label to a separate menu Expanded on Usage Information to cover more limitations and changed it to a menu Limit the repeat protusions to 4 instead of 10 (There is no RAM and CPU big enough in the world to take all in the hubris of unrealistic ambitions)
2016-06-29discombobulator: remove panel, replace with menu item/pop upmeta-androcto
2016-06-13fix merge error reported in irc: add blocks file & correct referencesmeta-androcto
2016-06-13Update mesh_extra_objects: T48640meta-androcto
2016-05-01Cleanup: tabs to spacesCampbell Barton
2016-01-08re-order helper variables T46971 thanks d01phimeta-androcto
2015-10-19reported in irc, fix for commit rBc34993160da76b6f84f06dc0aa703d09cdfd45cameta-androcto
added: layers = BoolVectorProperty
2015-09-22Quiet RNA warningCampbell Barton
2015-06-22update parent to mesh, update & fix crasher in mesh_round_cube, update init.Brendon Murphy
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