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
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-21BMesh: check for loop side-of-loop & side-of-edgeCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-11-10Fix T4256: Connect tool hangsCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-06Correct recent refactor (use generic callback)Campbell Barton
2014-11-05Editmesh: report a warning when fill failsCampbell Barton
2014-11-04Fix use-after free (own error)Campbell Barton
2014-11-04Cleanup: spelling (D831)Campbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-08Fix T42145: EditMesh Bevel tools had no clamping option.Bastien Montagne
2014-10-07Sculpt: minor speedup for dyntopoCampbell Barton
2014-10-07Fix T4199: Knife holes in concave ngons failedCampbell Barton
2014-10-06Dyntopo: minor speedup collapsing edgesCampbell Barton
2014-10-06Quiet warning on 32bit systemCampbell Barton
2014-10-03Comments: note on bmesh_region_matchCampbell Barton
2014-09-29Fix for a build error with VS 2013.Tamito Kajiyama
2014-09-29Cleanup: remove smooth_ from 'smooth_factor'Campbell Barton
2014-09-28Fix T25582: Add a 'smooth factor' to smooth_vertex BMesh op.Bastien Montagne
2014-09-28BMesh: remove point-in-face test for bisectCampbell Barton
2014-09-28Comments: update for changed argsCampbell Barton
2014-09-28BMesh: use stack for subdiv face data (no realloc)Campbell Barton
2014-09-27Cleanup: typoCampbell Barton
2014-09-27Comments: clarify BMLoopCampbell Barton
2014-09-26Fix ocmpilation error with strict flags after the recent commitSergey Sharybin
2014-09-26BMesh: select similar regionsCampbell Barton
2014-09-25BMesh: type-check iterator data argumentCampbell Barton
2014-09-24Custom Data API: redundant pointer-to-pointer argCampbell Barton
2014-09-24BMesh: slight speedup loop-of-verts iteratorCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2014-09-24Cleanup: boolCampbell Barton
2014-09-18Fix for edge-order flipping on subdividing wireCampbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton