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-01Cleanup: remove unused parameter.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-04DRW: Fix issue with batch reusing freed VBO indices.Clément Foucault
2021-04-02Fix T84520: Make the different weight paint code paths exclusive to each otherSebastian Parborg
2021-02-17Cleanup: use edituv prefix for stretch area/angle dataCampbell Barton
2021-02-17Cleanup: pass scene as constCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-06Fix T82952: Crash changing mesh data block and switching scenesCampbell Barton
2020-12-21Weight Paint: fix Multi-Paint weight display after rB5502517c3.Alexander Gavrilov
2020-11-18Fix T82586: Sculpt normals not updating with EEVEE enabledPablo Dobarro
2020-11-03DrawManager: Cleanup unneeded memory allocationJeroen Bakker
2020-10-19Fix T81167: Texture Painting with Paint mask enabled, (de)selecting faces cau...Jeroen Bakker
2020-10-09CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07CleanUp: DrawManager Balanced alloc/free of surface_per_mat cacheJeroen Bakker
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-09-18Unify all XYZ symmetry options using Mesh SymmetryPablo Dobarro
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-09Fix T79038: Blender freezes on vertex paint on linked mesh dataJeroen Bakker
2020-09-07Fix T78225: Vertex Colors not showing in edit modePablo Dobarro
2020-08-25Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-25Fix T77359: Crash adding UV's in edit-mode with linked duplicatesCampbell Barton
2020-08-25Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-25Enabled workaround to solve threading issues in draw managerJeroen Bakker
2020-08-25Revert "Enabled workaround to solve threading issues in draw manager"Jeroen Bakker
2020-08-25Enabled workaround to solve threading issues in draw managerJeroen Bakker
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-07Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-02Fix UV face dot refresh when toggling sync-selectCampbell Barton
2020-07-25Fix T79260: Crash displaying the same mesh in two windowsCampbell Barton
2020-07-17Fix T77867: Link Duplicate Object crashes during batch creationJeroen Bakker
2020-07-17Cleanup: extract draw cache sanity checks to own functionJeroen Bakker
2020-07-15Fix T78369: Sculpt Vertex Colors not rendering in EEVEEPablo Dobarro
2020-07-14Fix T78431: Update mesh_cd_layers_type_ to support 8 bytes.Jeroen Bakker
2020-07-09Sculpt: Make Sculpt Vertex Colors features experimentalPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-06-02DrawManager: Graph Task SchedulingJeroen Bakker
2020-05-28Cleanup: spellingCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-07Fix T75343: Wireframe overylay is not working properly with multiple modifiersPhilipp Oeser
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: use term 'attr' instead of 'attrib'Campbell Barton
2020-03-27Cleanup: add iterator macros to clang-formatCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto