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
2022-04-05Fix T96424: Don't register undo step for empty knife cutPratik Borhade
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-05Fix T93695: Discontinuous cutting with the knife toolCian Jinks
2022-01-04Fix T94145: Knife tool fails in orthographic modeCian Jinks
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-30Revert "Fix: Const warning in editmesh_knife.c"Campbell Barton
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2021-11-23Fix: Const warning in editmesh_knife.cErik
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-10-27Cleanup: use UNUSED_FUNCTION(..) attributeCampbell Barton
2021-10-27Knife: Preserve right click cancel functionalityCian Jinks
2021-10-26Cleanup: Confusion with knife xray functionalityCian Jinks
2021-10-26Fix: Knife unused function warningCian Jinks
2021-10-26Fix: Knife measurements broken when a cut point is in spaceCian Jinks
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-11Fix T91785: Change max input limit for knife tool angle snappingPratik Borhade
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-08-10Edit Mesh: multi-object edit-mode support for knife projectCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-04-29Fix T86335: Knife tool fails on object with zero scaled axisCampbell Barton
2021-04-01Cleanup: Remove unused enum value in editmesh_knife.cGermano Cavalcante
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