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-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-08-23Cleanup: move the buffer list to 'MeshBufferCache'Germano Cavalcante
2021-08-23Cleanup: Isolate the batch list struct into a struct called MeshBatchListGermano Cavalcante
2021-08-23Cleanup: rename 'MeshBufferExtractionCache' to 'MeshBufferCache'Germano Cavalcante
2021-08-23Cleanup: rename 'MeshBufferCache' to 'MeshBufferList'Germano Cavalcante
2021-08-23Cleanup: Move 'tris_per_mat' member out of 'MeshBufferCache'Germano Cavalcante
2021-08-23Fix T90772: Image Editor not sampling color from the the currentlyPhilipp Oeser
2021-08-23Fix T90651: camera reconstruction crash without scene cameraPhilipp Oeser
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-18T73434: Improve Weight Paint Overlay Drawing.Jeroen Bakker
2021-08-18Fix wireframe overlay not blending over paint overlay correctlyPablo Dobarro
2021-08-16Fix wrong usage of 'sizeof'Germano Cavalcante
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