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
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
2017-09-18BMesh: move bridge tools stepping logic into macroCampbell Barton
2017-09-15Fix T52384: Bridge pair result depends on other loopsCampbell Barton
2017-09-15BMesh: use less involved check for edge rotationCampbell Barton
2017-09-15Polyfill Beautify: option to rotate out of degenerate stateCampbell Barton
2017-09-15Fix error in recent boolean changes w/ quad splitCampbell Barton
2017-09-14Correct error in last commitCampbell Barton
2017-09-14Fix T52748: Select shortest face path failsCampbell Barton
2017-09-14Fix T52291: Boolean fails w/ co-linear edged ngonsCampbell Barton
2017-09-11Fix T52701: Mesh shortest path fails at boundariesCampbell Barton
2017-09-03Fix T52634: EditMesh Remove doubles could hangCampbell Barton
2017-09-01BMesh: use predictable order for remove-doublesCampbell Barton
2017-08-26Missed last commitCampbell Barton
2017-08-26Fix T52515: Crash on BMesh.to_mesh()Campbell Barton
2017-08-26Fix minor Mesh -> BMesh conversion issuesCampbell Barton
2017-08-12Fix T52329: Boolean with aligned shapes failedCampbell Barton
2017-08-11Fix bevel clamping bugs T51247 and T50819.Howard Trickey
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-31Code cleanup: fix warning with clang.Brecht Van Lommel
2017-07-29Cleanup: multistatement-macros warningCampbell Barton