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-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-21Fix T94334: Area close operator crash in 3D view menuHans Goudey
2022-03-07Fix T96205: Active shape key gets lost upon edit mode undoCampbell Barton
2022-02-24Fix: Crash switching between sculpt and edit modeHans Goudey
2022-02-22Fix: Clear mesh runtime cache when adding elementsHans Goudey
2022-02-22Fix T44415: Shape keys get out of sync when using undo in edit-modeCampbell Barton
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-22BMesh: merge normal and tessellation calculation on undoCampbell Barton
2022-01-22Fix T94974: Invalid normals in edit modeHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
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