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-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
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-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-10Cleanup: spelling in commentsCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-03-18Cleanup: spellingCampbell Barton
2021-02-10Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-10Fix T85395: Texture paint external edit wrong projection on reapplyPhilipp Oeser
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-04Cleanup: correct array size in argumentCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-08Spelling: Bit Depth Compound ModifiersYevgeny Makarov
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-22Cleanup in style from previous commit.Bastien Montagne
2020-09-22Fix T80859: Thread safe pixeldata concersion from float to uchar and v.v.Martijn Versteegh
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-21Fix T79373: Forbid painting on linked image from 3DView.Bastien Montagne
2020-09-21Cleanup: Sculpt/Paint ED code: correct return constant types.Bastien Montagne
2020-09-18Unify all XYZ symmetry options using Mesh SymmetryPablo Dobarro
2020-09-18Fix T80885: Texture paint camera project crashes after undo/redoCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-08-18Fix T79714: Projecting texture from camera failsSybren A. Stüvel
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-10Cleanup: spellingCampbell Barton
2020-07-07Cleanup: spellingCampbell Barton
2020-07-03Cleanup: Editors/Sculpt/Paint, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-07-01Cleanup: spellingCampbell Barton
2020-05-14Fix T73286: Projection Painting Dense Mesh BleedJeroen Bakker
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel