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-10-07Cleanup: make formatDalai Felinto
2021-10-06UI: Boolean rename "Self" to "Self Intersection"Aaron Carlisle
2021-09-29Fix: Knife undo with no cut segments leftCian Jinks
2021-09-28Cleanup: Removed redundant if macroCian Jinks
2021-09-27Fix knife tool missing refresh changing the lock axesCampbell Barton
2021-09-27Fix knife tool using an invalid event value checkCampbell Barton
2021-09-27Knife: Expose XYZ axis locking in modal keymapCian Jinks
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-23Applying patch D12600, GSOC Knife Tools branchCian Jinks
2021-09-22Revert "Make knife drawing anti aliased (Monkey work based on D11333)"Jeroen Bakker
2021-09-21Make knife drawing anti aliased (Monkey work based on D11333)Urko
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-16Fix bisect gizmo offset while draggingCampbell Barton
2021-09-15Gizmo: add flag to hide the gizmo group during interactionCampbell Barton
2021-09-14UI: keep navigation gizmos visible during modal operatorsCampbell Barton
2021-09-13Cleanup: fix typo in commentPhilipp Oeser
2021-09-13Fix T91320: Support flipping sides in mesh bisectPhilipp Oeser
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-02EditMesh: recalculate normals after running ripCampbell Barton
2021-09-02Fix T90798: calc_loop_triangles is not updated after joining objectsCampbell Barton
2021-08-31Transform: avoid passing the context to extended orientation functionsCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free_data -> BKE_mesh_free_data_for_undoCampbell Barton
2021-08-20Fix T90791: Knife project leaks memory with curve/text cutterCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-17Edit Mesh: skip unselected meshes for "Tris to Quads"Campbell Barton
2021-08-17Edit Mesh: skip unselected meshes for "Set Normals from Faces"Campbell Barton
2021-08-17Edit Mesh: skip normals to vector with unselected meshes for "Delete"Campbell Barton
2021-08-17Edit Mesh: skip flipping custom normals for meshes with no selectionCampbell Barton
2021-08-17Fix memory leak in edit-mesh dissolve degenerateCampbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-10Edit Mesh: multi-object edit-mode support for knife projectCampbell Barton
2021-08-10Fix T90493: Undo a knife-project operation crashesCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05BMesh: support laplacian smooth for n-gonsCampbell Barton
2021-08-04Make loopcut drawing consistent between gizmo and operator.Anthony Edlin
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-08-03Fix T85436: Separate by loose parts doesn't show new objectsCampbell Barton
2021-08-03Correct task ID in 00b57136e4167ef5a303b1215574bb52a22e9194Campbell Barton
2021-08-03Revert "Fix spin-gizmo not allowing click events to select vertices"Campbell Barton
2021-08-03Edit Mesh: Correct normal calculation for "Set From Faces"Campbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-22Make polls for removing mesh data layers consistentPhilipp Oeser
2021-07-19Fix some mesh edition macro operators incorrectly setting an empty descriptio...Bastien Montagne
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton