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
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-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
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-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-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-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-03Added newell teapot & easter egg (Spoon)Brendon Murphy
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-01-14remove api field, was never used.Campbell Barton
2011-12-11quick fix for add_mesh_pyramid.py not registering in menuBrendon Murphy
2011-10-02update to bl_info, Brendon Murphy
please keep descriptions short.
2011-10-02Formatting description for add mesh scriptsJonathan Smith
2011-09-29added add_mesh_pyramid.py to add_mesh_extra_objects scriptBrendon Murphy
thanks to cotejrp1
2011-09-26added object type 'super toroid'Brendon Murphy
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-25updates to bl_infoBrendon Murphy
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.