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
2018-02-08Disable fast adjust code. Add other end spec matching.Howard Trickey
2018-02-08Mesh: concave quad supportCampbell Barton
2018-02-05Fix bevel profile=1 problems, see T39132, T38458, T40278, T51010,Howard Trickey
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-29Fix nan problem in previous bevel commit.Howard Trickey
2018-01-29Fix T53459, inconsistent bevel on identical edges.Howard Trickey
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-18Fix T53811: "bmesh.ops.split" crashCampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-18Fix T53474, bevel glitchy with big objects.Howard Trickey
2017-12-04Better bevel profile at extreme values of profile.Howard Trickey
2017-12-04Cleanup: styleCampbell Barton
2017-11-26Removing OMP: bmesh_operators.cBastien Montagne
2017-11-26Removing OMP: bmesh_interp.cBastien Montagne
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Minor improvement to last commitCampbell Barton
2017-11-26BMesh: improve edge rotate when edges share facesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2017-11-26Fix for Fix (c): broken atomic lock in own bmesh code.Bastien Montagne
2017-11-25Fix broken atomic_cas lock in own recent commit in bmesh.Bastien Montagne
2017-11-24Cleanup leftover timing debug prints from own recent commits.Bastien Montagne
2017-11-24Cleanup: -Wnonnull-compare GCC warningCampbell Barton
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-11-23BMesh: add limited support for parallelization over some basic iterators.Bastien Montagne
2017-11-22Removing OMP: get rid of usages in /bmesh/ area.Bastien Montagne
2017-11-20UV Cube Project: improve default behaviorCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-01Cleanup: styleCampbell Barton
2017-10-29BMesh: use heap update for dissolve-decimateCampbell Barton
2017-10-29BLI_heap: minor changes to the APICampbell Barton
2017-10-28Use BLI_heap_reinsert for decimate and beautifyCampbell Barton
2017-10-27Fix T53131: Incorrect vert-edge angle calculationCampbell Barton
2017-10-24Fix T53143: Knife Crash after Grid FillCampbell Barton
2017-10-24Fix edge-split bmesh operator giving empty resultCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-04Fix T52923: Circle diameter is in fact radiusCampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-09-26Beauty fill was skipping small facesCampbell Barton
2017-09-19BLI_utildefines_iter: Use for iteration helpersCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-19Correct recent error in boolean quad split checkCampbell Barton