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-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: LibOverride: rename 'local' group tagging functions to 'overrides'.Bastien Montagne
2021-06-01Fix libOverride resync issues in some corner-cases.Bastien Montagne
2021-06-01IDManagement: `BKE_libblock_rename`: assert we get local ID.Bastien Montagne
2021-06-01Fix `BLI_libblock_ensure_unique_name` not ignoring linked IDs.Bastien Montagne
2021-06-01ID Management: Allow unique name check for linked IDs too.Bastien Montagne
2021-06-01Cleanup: clang-tidyJacques Lucke
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-06-01Cleanup: Split draw_cache_extract_mesh into multiple files.Jeroen Bakker
2021-06-01Cleanup: split face tessellation into inline functionsCampbell Barton
2021-06-01Cleanup: split bmesh tessellation into it's own fileCampbell Barton
2021-06-01Cleanup: remove disabled face tessellation logicCampbell Barton
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-06-01Cleanup: correct sculpt quat argument sizeCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-06-01Fix buffer overrun in paint_line_strokes_spacingCampbell Barton
2021-06-01Cleanup: spelling in commentsCampbell Barton
2021-06-01Speedup exact boolean by avoiding some mallocs and frees.Erick Abrahammson
2021-05-31Fix undeclared identifiers with 'DEBUG_TIME'Germano Cavalcante
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-05-31Display source video fps in the VSESebastian Parborg
2021-05-31Win: Fix warnings as errors being off for bmeshRay Molenkamp
2021-05-31VSE: Fix missing cache invalidationRichard Antalik
2021-05-31Refactor: DRW Mesh Extractor: Join the extractors in a same loopJeroen Bakker
2021-05-31Cleanup: else-after-returnJacques Lucke
2021-05-31Fix T88569: UI VSE: Menu-based range change, doesn't update the Timeline scro...Philipp Oeser
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-05-31Fix (unreported): TextureOperation inputs have no resolutionManuel Castilla
2021-05-31Fix T88623, T87044: Make encoded videos play correctly in VLCSebastian Parborg
2021-05-31Geometry Nodes: do not create unnecessary geometry componentsJacques Lucke
2021-05-31Fix (studio-reported) crash in collection management code.Bastien Montagne
2021-05-31Fix T88456: DrawManager: Keep subset RenderMeshData around when geometry does...Jeroen Bakker
2021-05-30Boolean: applying patch D11431 to speed up hole-tolerant raycast.Howard Trickey
2021-05-30Docs: clarify description and usage of 'bpy.app.version_file'Aaron Carlisle
2021-05-29Docs: Add documentation for 'material_index'Aaron Carlisle
2021-05-28Make encoded video fps correct with ffmpeg < 4.4Sebastian Parborg
2021-05-28Fix T87932: Failure to build movie strip proxySebastian Parborg
2021-05-28Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-28Geometry Nodes: Polish switch node UIHans Goudey
2021-05-28EEVEE: Fix NaN caused by ensure_valid_reflection()Clément Foucault
2021-05-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-28Fix T88601: Attribute Compare boolean doesn't expose socketHans Goudey
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-28Geometry Nodes: Add Mesh to Curve NodeHans Goudey
2021-05-28Fix incorrect Denoise node SSE 4.1 warning on macOS IntelBrecht Van Lommel
2021-05-28MSVC: Fix build error with 16.10/11Ray Molenkamp