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-04-15Fix T39685: triangulation modifier creates zero-area facesCampbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
2014-04-15GHash: add BLI_ghashutil_uinthash_v4 for hashing 4 ints at onceCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Fix T39262: Regression in 2.70, wire-frame editmode tool replaced allCampbell Barton
2014-03-25Fix possible use of invalid face index with wireframe toolCampbell Barton
2014-03-16Fix T39215: Shortest path errorCampbell Barton
2014-03-13BMesh: minor changes for BM_face_split useCampbell Barton
2014-03-05Fix for un-subdivide creating duplicate facesCampbell Barton
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-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Replace XOR swapping by default ("naive", with extra var) one.Bastien Montagne
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-17Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-15Code Cleanup: float/double promotionsCampbell Barton
2014-01-14Bevel fix to clamping for percent type.Howard Trickey
2014-01-13Code Cleanup: spellingCampbell Barton
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-22error in recent commit (this is getting ridiculous),Campbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-02Bevel: add width consistency pass.Howard Trickey
2013-12-02Fix for triangulate and beauty-fillCampbell Barton