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
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
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
this removes conflicts with the inset built in ctrl/f menu not working if this addon was enabled.
2012-03-19Update for api change.Howard Trickey
2012-03-08remove unneeded vector conversion.Campbell Barton
2012-02-29Update for bmesh api.Howard Trickey
It doesn't completely work yet - there's something funky about selection, and finishing off the tool, but this is much better than a non-working inset.
2012-01-14remove api field, was never used.Campbell Barton
2011-09-08pedantic pep8 editsCampbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
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
thanks to howardt for this great addition. [[Split portion of a mixed commit.]]