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-05Fix T88859: Assert when changing view modesGermano Cavalcante
2021-06-05Fix assert in gpencil_batches_ensureCampbell Barton
2021-06-03Overlay: Flash on Mode Transfer overlayPablo Dobarro
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-06-03Draw Mesh Extractor: Fix used thread countGermano Cavalcante
2021-06-02Cleanup: Remove unused 'ExtractTaskData's membersGermano Cavalcante
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-06-02Revert "EEVEE: AOVs not same as cycles."Jeroen Bakker
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-06-02Cleanup: Clang formatHans Goudey
2021-06-02Cleanup: trailing commas to avoid right shiftCampbell Barton
2021-06-02Cleanup: spelling in commentsCampbell Barton
2021-06-01Cleanup: remove unused parameter.Jeroen Bakker
2021-06-01Cleanup: remove unused parameter.Jeroen Bakker
2021-06-01Cleanup: NULL->nullptr.Jeroen Bakker
2021-06-01Cleanup: API for MeshExtractRunTimeData.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-06-01Cleanup: spelling in commentsCampbell Barton
2021-05-31Fix undeclared identifiers with 'DEBUG_TIME'Germano Cavalcante
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-28Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-28EEVEE: Fix NaN caused by ensure_valid_reflection()Clément Foucault
2021-05-28GPencil: Fix unreported random rotation for single point with textureAntonio Vazquez
2021-05-28DrawManager: Early return for buffer cache creationGermano Cavalcante
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-27Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-27Revert "EEVEE: Ensure Reflection: Use new implementation"Clément Foucault
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: Specify amount of buffers through preprocessor directivesGermano Cavalcante
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-26GPencil: Add option to disable masks in view layerFalk David
2021-05-25Cleanup: Fix short comparison with bool warningHans Goudey
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Fix T86956: VSE shading mode ignores Grease Pencil Vertex colors.Jeroen Bakker
2021-05-22Cleanup: Move curve draw cache implementation to C++Hans Goudey
2021-05-20GPencil: Fix missing annotations in VSE stripAntonio Vazquez
2021-05-19Materials: support changing materials during evaluationJacques Lucke
2021-05-18Merge branch 'blender-v2.93-release'Antonio Vazquez
2021-05-18Fix T88370: GPencil render crash when use viewlayer and maskingAntonio Vazquez
2021-05-18Cleanup: clang-formatCampbell Barton
2021-05-15Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-15Fix T88204 EEVEE: Animated world light doesnt work during renderClément Foucault
2021-05-15Merge branch 'blender-v2.93-release'Clément Foucault