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
2021-08-18Merge branch 'master' into temp-geometry-nodes-fields-prototypeJacques Lucke
2021-08-17Cleanup: replace degenerate check with assertCampbell Barton
2021-08-13Revert "Mesh: replace saacos with acosf for normal calculation"Campbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton
2021-08-10Merge remote-tracking branch 'origin/temp-geometry-nodes-fields-prototype' in...Fabian Schempp
2021-08-10Extrude and Move NodeFabian Schempp
2021-08-09Merge branch 'master' into temp-geometry-nodes-fields-prototypeHans Goudey
2021-08-09Fix T90532: Crash editing meshes with auto-smoothCampbell Barton
2021-08-06Merge remote-tracking branch 'origin/temp-geometry-nodes-fields-prototype' in...Fabian Schempp
2021-08-06Upgrade extrude node with field inputs and selection outputsHans Goudey
2021-08-06Merged MasterFabian Schempp
2021-08-06added side selection.Fabian Schempp
2021-08-05Merge branch 'master' into temp-geometry-nodes-fields-prototypeHans Goudey
2021-08-05Fix T90256: faces are flat shaded in edit mode with auto smoothCampbell Barton
2021-08-05Merge branch 'master' into temp-geometry-nodes-fields-prototypeHans Goudey
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Fix T90421: edit-mode auto-smooth crash when angle set to 180degreesCampbell Barton
2021-08-03Add tweaked mesh extrude node from FabianHans Goudey
2021-08-03Merge branch 'master' into soc-2021-porting-modifiers-to-nodes-extrudeFabian Schempp
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Geometry Nodes: ExtrudeFabian Schempp
2021-08-02Fix T90332: Auto-smooth crashes in edit-modeCampbell Barton
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Cleanup: de-duplicate code for edge-split taggingCampbell Barton
2021-07-23Cleanup: remove unused BM_mesh_loop_normals_update functionCampbell Barton
2021-07-23Fix error setting sharp edges in recent normal calculation changesCampbell Barton
2021-07-23Cleanup: remove normal assignment from bm_mesh_edges_sharp_tagCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth sharp-edge calculationCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth & custom normal calculationsCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Cleanup: use BMLoop.next/prev for BMesh auto-smooth logicCampbell Barton
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-07Cleanup: update filename referencesCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton
2021-06-28Cleanup: update commentsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26Edit Mesh: optimize common use-cases for partial updatesCampbell Barton
2021-06-26BMesh: skip partial updates when there is nothing to doCampbell Barton