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-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-17Code cleanup: comments and typosCampbell Barton
2014-03-16EditMesh: Support contracting the selection as well as extendingCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-03-12Mesh API: replace octree mirror with kdtreeCampbell Barton
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-03-07Editmesh: Toggle between all edge-loop boundaries when selectingCampbell Barton
2014-03-07Mesh: loopselect return cancelled when no selection madeCampbell Barton
2014-03-06Fix T37510 Knife missed cuts on small faces.Howard Trickey
2014-03-01Fix Snap to Symmetry failing to select the vertex from the right sideCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-28Fix T38872: Crazyspace could use stale derivedMesh data.Campbell Barton
2014-02-28Code cleanup: move edit-derivedmesh free to BKE_editmesh_free_derivedmeshCampbell Barton
2014-02-27Fix T38834: Knife constraint is offset after moving the viewCampbell Barton
2014-02-26Fix T38856: mark seam in search menu clearing the seam in some cases.Brecht Van Lommel
2014-02-26Fix for own regression: remove doubles deselected facesCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-25Revert "Fix T38819: Mark Seam misbehaves when accessed through spacebar search"Campbell Barton
2014-02-25Fix T38819: Mark Seam misbehaves when accessed through spacebar searchDalai Felinto
2014-02-21Modifier: rename triangulate scanfill to ear-clipCampbell Barton
2014-02-21Fix random select in edge/face modeCampbell Barton
2014-02-18Fix T38655: Face path select fails with edge/vert select enabled tooCampbell Barton
2014-02-17Mesh Tool: removes degenerate edges, faces and face ears.Campbell Barton
2014-02-15Mesh Inset: following existing edges is now optionalCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02BMesh: optimize loop_find_regions, reserve array sizeCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Select Random: add option to de-selectCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04Mesh Bisect: add header info message for modal operationBrecht Van Lommel
2014-01-01Fix T37965, loop multicut confirmation not happening when numeric inputAntony Riakiotakis
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-21EditMesh: wireframe tool, add offset and vgroup support (not used yet)Campbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton