Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-04Fix T38936 Bevel strange flickering on big meshes.Howard Trickey
2014-02-28Partial fix for T38871, Bevel could create a far-out spike.Howard Trickey
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-17Bevel fix for T38675, bad bevel on slanted L.Howard Trickey
2014-02-03Bevel: remove unused assignments.Howard Trickey
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-01-28Bevel: fix glitch in "pipe" case with square profile.Howard Trickey
2014-01-28Bevel code cleanup: get rid of old 'ADJ' code.Howard Trickey
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Make multisegment bevel profiles even for all parameters.Howard Trickey
2014-01-21Fix T38300: Bevel didn't always reconstruct faces properly.Howard Trickey
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-20Bevel: fixed problems with vertex bevel and some 'weld' cases.Howard Trickey
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: float/double promotionsCampbell Barton
2014-01-14Bevel fix to clamping for percent type.Howard Trickey
2014-01-12Bevel fixes for profiles: better way to calculate.Howard Trickey
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-08Code Cleanup: style edits to bevel and remove unneeded boundvert_rep_face callCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-07Fix to own previous commit for bevel vertex only case.Howard Trickey
2014-01-06Bevel: use stack memory for interp_vmesh()Campbell Barton
2014-01-06Bevel: change 'adj' pattern to use subdivision.Howard Trickey
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-02Bevel: add width consistency pass.Howard Trickey
2013-11-20Bevel Fix for nonplanar faces / reflex anglesHoward Trickey
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16Fix T37476 Bevel modifier got weight from wrong edgeHoward Trickey
2013-11-15Fix Bevel artifacts bug T37053howardt
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-01fix [#36435] Crash on unwrap with specific meshCampbell Barton
2013-09-20Let vertex bevel work on boundary verts of polys.Howard Trickey
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-11Fix bevel when there is a gap in faces around vertex.Howard Trickey
2013-07-08Fix bevel bugs 34445 and 35109, copying over edge data.Howard Trickey
2013-07-04Fix bevel crash bug 35990. Sometimes no face to interpolate from.Howard Trickey
2013-07-03style cleanupCampbell Barton
2013-07-02Fix Bevel bug #34321, making bevel keep UVs contiguous when possible.Howard Trickey
2013-06-26correct typos in comments.Campbell Barton