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
2019-01-29Bevel - better corner shapes for inner arc miters.Howard Trickey
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-21Cleanup: shadow warning, styleCampbell Barton
2019-01-18Add miter pattern options.Howard Trickey
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2019-01-07Better bevel normal hardening when some faces were smooth.Howard Trickey
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-20Fix T57045: Unhandled degenerate case in bevel codeJacques Lucke
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Cleanup: spellingCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Fix assert in bevel modifier with certain geometry.Brecht Van Lommel
2018-11-10BMesh: backport minor changes from 2.8Campbell Barton
2018-11-10Cleanup: includesCampbell Barton
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-13Fix bevel problem for vertex-only cube corners.Howard Trickey
2018-08-10Cleanup: styleCampbell Barton
2018-08-09Quiet warnings in bmesh_bevel.c.Howard Trickey
2018-08-09Merge branch 'soc-2018-bevel' into blender2.8Rohan Rathi
2018-08-08Cleanup: trailing spaceCampbell Barton
2018-08-05Fix indentation, spacing and added commentsRohan Rathi
2018-08-04Added comments to functionality in main bevel codeRohan Rathi
2018-08-04Added comments to seam and sharp len, removed unused varRohan Rathi
2018-08-04Merge branch 'master' into blender2.8Bastien Montagne
2018-08-04Fix T56222: Bevel Modifier bug (uninitialized value).Bastien Montagne
2018-07-19Code cleanup and fixesRohan Rathi
2018-07-17Fix weld incoherent normals with weld operationRohan Rathi
2018-07-12Fixed shading errors with normals and added proper weightingRohan Rathi
2018-07-09Fixed artifacts in bevel with high profile and segmentsRohan Rathi
2018-07-03cleanup of extend edge data and fixed minor errorsRohan Rathi
2018-07-02Merge branch 'blender2.8' into soc-2018-bevelRohan Rathi
2018-07-02Refactored bevel normal editing functionality.Rohan Rathi
2018-07-02Minor cleanup and fixed normal updating erasing entire meshRohan Rathi
2018-07-29Cleanup of fix_normal_shadingRohan Rathi
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-27Patch to fix shading continuity.Rohan Rathi