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-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Undo System: avoid redundant decoding on undoCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix T89221: Sculpt tools symmetry failing with non symmetrical meshesPablo Dobarro
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-10Cleanup: spelling in commentsCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-06-01Cleanup: correct sculpt quat argument sizeCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-06-01Fix buffer overrun in paint_line_strokes_spacingCampbell Barton
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-05-18Merge branch 'blender-v2.93-release'Pablo Dobarro
2021-05-18Fix T88230: Properly handle Face Set visibility in Expand Face Sets editingPablo Dobarro
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-14Fix sculpt neighbor iterator not taking visibility into accountPablo Dobarro
2021-05-14Fix Sculpt tools showing the cursor of the previous active brushPablo Dobarro
2021-05-12Merge branch 'blender-v2.93-release'Pablo Dobarro
2021-05-12Fix wrong loop count in Sculpt Expand codePablo Dobarro
2021-05-10Merge branch 'blender-v2.93-release'Pablo Dobarro
2021-05-10Fix T88060: Expand freezing when deleting a Face Set with multiple loose partsPablo Dobarro
2021-05-07GPencil: Add Bracket keymaps to increase/decrease brush sizeAntonio Vazquez
2021-04-30Fix sculpt mask operator crash running without a 3D viewCampbell Barton
2021-04-27Fix T87474: Face Set visibility updates failing with single face loopPablo Dobarro
2021-04-27Fix T87596: Pose brush not using automasking optionsPablo Dobarro
2021-04-27Fix T87815: Sculpt: Curve stroke scene spacing not workingPhilipp Oeser
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08Fix T87267: Texture Paint stencil texture not drawingPhilipp Oeser
2021-04-02Fix T84520: Make the different weight paint code paths exclusive to each otherSebastian Parborg
2021-03-28Fix T86060: Texture Paint clone tool misleading texture UICampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-15Comments: notes on sculpt/image undo looping logicCampbell Barton
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-03-12Sculpt: Mask Init operatorPablo Dobarro
2021-03-12Fix T82532: Sculpt fails to redo the first sculpt session strokeCampbell Barton
2021-03-12Cleanup: incorrect doxy section titleCampbell Barton
2021-03-10Cleanup: spellingCampbell Barton
2021-03-09Fix crash in boundary brush after refactorPablo Dobarro
2021-03-09Sculpt: Init Face Sets by Face Sets boundariesPablo Dobarro