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-27svn merge . -r4105:4104Campbell Barton
add back bevel tool menu, it no longer crashes.
2012-12-27fix [#33657] Loop tools crash in face select modeCampbell Barton
2012-12-27disabling menu items 'Bridge' & 'Loft'Brendon Murphy
these crash blender instantly with no errors
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19formatting edits for bl_infoCampbell Barton
2012-09-16closed panels by defaultBrendon Murphy
[[Split portion of a mixed commit.]]
2012-07-18Version 4.2Bart Crouch
Bugfixes and added new tool: Gstretch
2012-05-23Fixed bug caused by edgekeys not being sorted (highest vertex index could ↵Bart Crouch
come first)
2012-05-22Moved back to trunk, because the add-on has been fixed.Bart Crouch
[[Split portion of a mixed commit.]]
2012-03-31Moving LoopTools from trunk to contrib, as it is broken because of BMesh.Bart Crouch
I'm working on fixing it, but that won't be in time for next release. Therefore I'm moving it to contrib until I'm done fixing it. [[Split portion of a mixed commit.]]
2012-03-21removing bridge & loft functions from the menu. both these features caused ↵Brendon Murphy
blender to crash instantly. sorry it has bad #comment out everywhere but prevents bad crash. temporary fix to save users bridge/loft functions may be removed at a later date or reworked for bmesh thanks
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31Fix for column major matrix API change.Bart Crouch
+ reversal of previous commit, which broke circle tool
2011-11-26Replacing custom code with mathutils normalize()Bart Crouch
2011-11-01Fix for divide-by-zero errors.Bart Crouch
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-04-10minor pep8 editsCampbell Barton
2011-04-04Move from contrib to trunk.Bart Crouch