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-08-20Fix BMesh edge_bisect, edge_percent being ignoredAndrew Hale
2018-07-12Cleanup: header guardsCampbell Barton
2018-06-30Cleanup: rename bmesh_queries -> bmesh_queryCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-15Fix T55490, intersect two triangles fails.Howard Trickey
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-07Fix double free in dyntopo-sculpt mode undoCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
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