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-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2018-02-22Cleanup: clnor code: more 'do not use same varname for two different things'.Bastien Montagne
2018-02-19Cleanup: remove BMeshToMeshParams.calc_tessfaceCampbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Fix T54072: Crash splitting edgesCampbell Barton
2018-02-08Mesh: concave quad supportCampbell 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-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-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-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-27Fix T53131: Incorrect vert-edge angle calculationCampbell Barton
2017-10-24Fix T53143: Knife Crash after Grid FillCampbell 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-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-15Fix error in recent boolean changes w/ quad splitCampbell 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-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-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-29Cleanup: multistatement-macros warningCampbell Barton
2017-07-13Cleanup: Fix MSVC warning messageAntonio Vazquez
2017-07-12BMesh: move safe loop-normal-calc to own functionCampbell Barton