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
path: root/source
AgeCommit message (Expand)Author
2021-07-20Merge branch 'master' into soc-2021-curvesDilith Jayakody
2021-06-27Removed unnecessary memory allocation when deleting a pointdilithjay
2021-06-27Explicitly mentioned array lengths in method signatures for claritydilithjay
2021-06-27Fixed bug where points were added with a displacementdilithjay
2021-06-27Fixed several build warningsdilithjay
2021-06-25Fixed bug where making a cut near VECT handles alters shapedilithjay
2021-06-25Cleanup: Refactoring and commenting methodsdilithjay
2021-06-24Cleanup: Refactoring and commenting methodsdilithjay
2021-06-24Reverted to cut/delete on press due to bad feeldilithjay
2021-06-24Cleanup: Moved code out of modal methoddilithjay
2021-06-24Fixed bug where pressing shift while moving bezt makes handles freedilithjay
2021-06-24Cleanup: Minor refactoringdilithjay
2021-06-24Set cut and delete point to work on mouse releasedilithjay
2021-06-24Fixed bug where cut doesn't work on cyclic curvesdilithjay
2021-06-22Added support for shape preserving cutsdilithjay
2021-06-21Fix T89306: GPencil selection doesn't work correctly with modifiersAntonio Vazquez
2021-06-21Cleanup: improve naming in CompositorManuel Castilla
2021-06-21Cleanup: move function parameter to memberManuel Castilla
2021-06-21Fix T89122: crash when multi input is connected to multiple group inputsJacques Lucke
2021-06-21Fix T89329: icosphere subdivisions can be set to 0Daniel Salazar
2021-06-21Cleanup: use doxy sections in view3d iteratorsCampbell Barton
2021-06-21Cleanup: variable naming in view3d_iteratorsCampbell Barton
2021-06-21Fix T32214: Wireframe edge select fails with verts behind the viewCampbell Barton
2021-06-21Cleanup: pass objects as const argumentsCampbell Barton
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-21Fix T89271: Selecting all vertices doesn't select all edges.Jeroen Bakker
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-21Geometry Nodes: Multithread curve resample nodeHans Goudey
2021-06-21Cleanup: use early return in view3d iterator callbacksCampbell Barton
2021-06-21Docs: improve imbuf.write docstringCampbell Barton
2021-06-21Delaunay add support for detecting and removing holes from output.Howard Trickey
2021-06-21Curves: Multithread Curve to CurveEval conversionHans Goudey
2021-06-21Fix: Spreadsheet selection filter crash on non-mesh componentsHans Goudey
2021-06-21Fix T89302: Broken normals after mesh to curve nodeHans Goudey
2021-06-21Docs: improve poly_to_tri_count doc-stringCampbell Barton
2021-06-21Cleanup: use eSpace_Type enum typeCampbell Barton
2021-06-21Cleanup: make BKE_mesh_loops_to_tessdata a static functionCampbell Barton
2021-06-21Docs: add additional notes on tessellation, update commentsCampbell Barton
2021-06-21Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-06-21Mesh: optimize object mode face tessellationCampbell Barton
2021-06-21Cleanup: clang-formatCampbell Barton
2021-06-21Cleanup: use doxy sectionsCampbell Barton
2021-06-21Cleanup: clang-tidyCampbell Barton
2021-06-21VSE: Remove seq->tmp usageRichard Antalik
2021-06-21Spreadsheet Editor: Row FiltersHans Goudey
2021-06-21Fix T89261: Crash when calculating bmesh tessellationGermano Cavalcante
2021-06-21Cleanup: Remove dead codeAaron Carlisle
2021-06-21Fix Build WarningHarley Acheson
2021-06-21Fix T89259: GPencil Duplicate point doesn't work for last pointAntonio Vazquez
2021-06-21Armature: add automatic B-Bone Scale toggles.Alexander Gavrilov