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-06-07Cleanup: move extract points into own compile unit.Jeroen Bakker
2021-06-01Cleanup: remove unused parameter.Jeroen Bakker
2021-06-01DrawManager: Use CPP for Mesh Extraction Scheduling.Jeroen Bakker
2021-06-01Cleanup: Split draw_cache_extract_mesh into multiple files.Jeroen Bakker
2021-05-31Refactor: DRW Mesh Extractor: Join the extractors in a same loopJeroen Bakker
2021-05-31Fix T88456: DrawManager: Keep subset RenderMeshData around when geometry does...Jeroen Bakker
2021-05-27Cleanup: Specify amount of buffers through preprocessor directivesGermano Cavalcante
2021-05-19Materials: support changing materials during evaluationJacques Lucke
2021-02-17Cleanup: use edituv prefix for stretch area/angle dataCampbell Barton
2020-10-19Fix T81167: Texture Painting with Paint mask enabled, (de)selecting faces cau...Jeroen Bakker
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-08-25Fix T77359: Crash adding UV's in edit-mode with linked duplicatesCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-17Fix T77867: Link Duplicate Object crashes during batch creationJeroen Bakker
2020-07-14Fix T78431: Update mesh_cd_layers_type_ to support 8 bytes.Jeroen Bakker
2020-07-01DRW: optimize mesh data extractionCampbell Barton
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-02DrawManager: Graph Task SchedulingJeroen Bakker
2020-04-07Fix T75343: Wireframe overylay is not working properly with multiple modifiersPhilipp Oeser
2020-03-18Weight Paint: Implement a new Lock-Relative mode.Alexander Gavrilov
2020-02-19DRW: New High Quality Normal & Tangent extractClément Foucault
2020-01-17DRW: Use USHORT for vertex color and upload them in linear color to the GPUClément Foucault
2020-01-08Fix T72667: Collection delete hierarchy in edit-mode crashesCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for draw managerCampbell Barton
2019-12-04Fix T72130: Wireframe Visible After DisablingJeroen Bakker
2019-10-16Fix T68380 Skin modifier root not displayedClément Foucault
2019-10-08Fix T68857 EditUV: Crash on Remesh modifier with 'Display in Edit Mode'Clément Foucault
2019-09-13Cleanup: use header guardsCampbell Barton
2019-09-04Fix T63755: Area Stretching OverlayJeroen Bakker
2019-08-15Mesh Batch Cache: Split UV an tangent into 2 distinct VBOsClément Foucault
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault