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 (Expand)Author
2022-10-14Cleanup: fix typosBrecht Van Lommel
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2021-12-01Cleanup: quiet character escape warningsCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01mesh addons: add manual linksmeta-androcto
2019-09-17Added the Inset Straight Skeleton command to edit faces menu when installed.Howard Trickey
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-02-19Update mesh_inset (alternate inset using straight skeleton) for 2.8.Howard Trickey
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2016-02-01Fix T47255: inset polygon addon left old edgesHoward Trickey
2015-05-01Fix T44567, take 2. Sometimes faces repeated the same Vert.Howard Trickey
2015-05-01Fix T44567: inset polygon added crashHoward Trickey
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-10Fix T42477: mesh_inset crashHoward Trickey
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-12-25Fix typo in the previous commitSergey Sharybin
2014-12-25fix for 2.73 lookup tableBrendon Murphy
2014-05-29Replace some 'sqrt(a*a, b*b)' by 'hypot(a, b)'.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-17Bumped mesh_inset version and its Blender version.Howard Trickey
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-04-05Make the inset_mesh addon display better after it does its thing.Howard Trickey
2012-03-23mesh_inset addon: redraw before exit seems necessary, not sure whyHoward Trickey
2012-03-20renaming to inset polygon in ui & operator mesh.insetpoly Brendon Murphy
2012-03-19Update for api change.Howard Trickey
2012-03-08remove unneeded vector conversion.Campbell Barton
2012-02-29Update for bmesh api.Howard Trickey
2012-01-14remove api field, was never used.Campbell Barton
2011-09-08pedantic pep8 editsCampbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
2011-05-18Bumped version to 0.3; also, last commit should have added: made pep8 compliant.Howard Trickey
2011-05-18Added percent option; preserve material and smoothingHoward Trickey
2011-05-17SVN maintenance.Guillermo S. Romero
2011-05-16moving Inset script to trunk/py/scripts/addons/mesh_insetBrendon Murphy