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-01-11Select Similar: hide 'threshold' from UI when not usedPhilipp Oeser
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-05Fix T93695: Discontinuous cutting with the knife toolCian Jinks
2022-01-04Fix T94145: Knife tool fails in orthographic modeCian Jinks
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-03Fix T93541: Use warning instead of error for exceeding layer limitsJesse Yurkovich
2021-11-30Revert "Fix: Const warning in editmesh_knife.c"Campbell Barton
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2021-11-26Fix T93130: Frame Selected with selected paint mask does not workPhilipp Oeser
2021-11-23Fix: Const warning in editmesh_knife.cErik
2021-11-22Fix T84493 issue with selection after boolean.Howard Trickey
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-09Fix T92318: adding layers (UVs, ...) doesn't notify about limitPhilipp Oeser
2021-11-05Cleanup: use (s) postfix for messages that may be pluralCampbell Barton
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
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-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-11Fix T91785: Change max input limit for knife tool angle snappingPratik Borhade
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