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-08-13Cleanup: fix typos in static variablesGermano Cavalcante
2021-08-13Fix FTBFS on mips64el architectureMatteo F. Vescovi
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-09UI: Image Editor: Fix missing 2D cursor in mask edit modeAaron Carlisle
2021-08-06Cleanup: clang tidyJacques Lucke
2021-08-05DRW: New Select Debug EngineGermano Cavalcante
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Cleanup: make formatAaron Carlisle
2021-08-04GPencil: New Brush option to define Caps typeAntonio Vazquez
2021-08-04Fix T90427: Center View to Mouse brokenGermano Cavalcante
2021-08-04Viewport normal drawing with constant lengthJeroen Bakker
2021-08-03Fix select engine buffer having wrong vertex sizeGermano Cavalcante
2021-07-30Cleanup: remove redundant ifdef checkCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Fix T90295: inconsistent render pass order between Cycles and EeveeBrecht Van Lommel
2021-07-26Cleanup: Rearrange mesh extraction filesGermano Cavalcante
2021-07-26Cleanup: clang tidyJacques Lucke
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-22Cleanup: Silence warning - unused parameterGermano Cavalcante
2021-07-21Draw Cache: extract tris in parallel rangesGermano Cavalcante
2021-07-21Fix T90017: Bone widget drawing inconsistent with editingGermano Cavalcante
2021-07-21Cleanup: Move loose geometry cache creation to render data taskGermano Cavalcante
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-20Fix T89993: Failed assert drawing single point cyclic splinesHans Goudey
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-16Fix T89624: Vertex painting causes mesh to flickerGermano Cavalcante
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-15Cleanup: clang-formatCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-12Cleanup: Clang formatPhilipp Oeser
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-09Fix channel packed images display in the Image/Node editorPhilipp Oeser
2021-07-08Cleanup: spellingCampbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06GPencil: Rename BKE_gpencil_visible_stroke_iterAntonio Vazquez
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-07-02Cleanup: compiler & clang-tidy warningsCampbell Barton
2021-07-02Cleanup: Clang tidy, remove typedefHans Goudey
2021-07-01Cleanup: Separate each extractor into specific compile unitsGermano Cavalcante
2021-06-28Draw: make 'ibo.lines_loose' extracting saferGermano Cavalcante
2021-06-28Cleanup: remove unused macro parametersGermano Cavalcante