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-03-30Cleanup: use doxy sections and rearrange editmesh_knife.cGermano Cavalcante
2021-03-30Cleanup: clang-tidy warning.Jeroen Bakker
2021-03-30Knife: snap refactor, prepare for snap gizmoGermano Cavalcante
2021-03-29Knife: scale points & snapping threshold by the DPI factorCampbell Barton
2021-03-29Fix vert/edge knife snapping when the cursor wasn't over a faceCampbell Barton
2021-03-29Knife: reduce redundant face picking queriesCampbell Barton
2021-03-29Fix T83391: Knife sometimes snaps to object centerCampbell Barton
2021-03-27Cleanup: spelling and commentsPratik Borhade
2021-03-18Cleanup: spellingCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-25Cleanup: Knife Tool: Remove redundant 'view3d_operator_needs_opengl' callsGermano Cavalcante
2021-01-25Fix T84964: Crash when running Knife Project in the backgroundGermano Cavalcante
2020-11-10Fix T65585: Knife fails when cursor away from the objectCampbell Barton
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-20Fix T70455: Knife Tool failing to cut edgesGermano Cavalcante
2020-07-18Cleanup: KnifeTool: Replace glPolygonOffset by GPU_polygon_offsetClément Foucault
2020-07-14Fix wrong vector size functions used in knife toolSergey Sharybin
2020-07-13Cleanup: remove unnecessary memberGermano Cavalcante
2020-07-07Fix: remove accidental codeGermano Cavalcante
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-06Optimization: Don't compute the snap to face on the knife tool twiceGermano Cavalcante
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: spellingCampbell Barton
2020-06-01Fix T77241: NDOF navigation doesn't work with the knife toolCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-04Fix T71578: knife tool draws some points incorrectlyJacques Lucke
2020-02-18Fix T73793 Walk navigation crosshair gets hidden behind objectsClément Foucault
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2019-12-11DrawManager: Disable Clipping in material/rendered modeJeroen Bakker
2019-11-21Cleanup: spellingCampbell Barton
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-20UI: Fix CapitalizationYevgeny Makarov