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-05-27Cleanup: specify array sizes, remove warnings in commentsCampbell Barton
2021-05-27Cleanup: spellingCampbell Barton
2021-05-27Nodes: fix material node copied over when socket is copiedJacques Lucke
2021-05-27Geometry Nodes: disable multi-threading in evaluator for nowJacques Lucke
2021-05-27Cleanup: use UndoMesh as links instead of allocating LinkDataCampbell Barton
2021-05-27Undo: resolve inefficient edit-mesh memory use with multiple objectsCampbell Barton
2021-05-27Cleanup: Remove completed "TODO" commentHans Goudey
2021-05-27Cleanup: Simplify spline point attribute materialize functionsHans Goudey
2021-05-27Geometry Nodes: Support interpolation between curve domainsHans Goudey
2021-05-27Win: Add launcher to hide the console window flashRay Molenkamp
2021-05-27Cleanup: Specify amount of buffers through preprocessor directivesGermano Cavalcante
2021-05-27Fix T88603: Crash with spline attributes after curve resampleHans Goudey
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26Cleanup: array-parameter warning with GCC 11Campbell Barton
2021-05-26GPencil: Cleanup - Conform with RNA naming schemeFalk David
2021-05-26Fix T88111: Skin modifier assets within invalid face normalsCampbell Barton
2021-05-26Cleanup: shadow warningCampbell Barton
2021-05-26LibOverride: add recursive resync.Bastien Montagne
2021-05-26LibOverride: add helper to retrieve override data from an ID.Bastien Montagne
2021-05-26IDManagement: Shapekey: add a `owner_get` callback.Bastien Montagne
2021-05-26LibOverride: Do not try to generate override data of linked data.Bastien Montagne
2021-05-26ID management: remapping: add flag to enforce refcounting handling.Bastien Montagne
2021-05-26ID management: Do not assume that `NO_MAIN` means `NO_USER_REFCOUNT`Bastien Montagne
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-26Merge branch 'blender-v2.93-release'Falk David
2021-05-26Fix: GPencil mask shows in view layer renderFalk David
2021-05-26Merge branch 'blender-v2.93-release'Jacques Lucke
2021-05-26Fix T88250: crash when instancing object in disabled collectionJacques Lucke
2021-05-26GPencil: Bake GPencil object transforms into a new GPencil objectAntonio Vazquez
2021-05-26Nodes: fix threading issues with node ui storageJacques Lucke
2021-05-26Fix T88588: crash when muting node with multi input socketJacques Lucke
2021-05-26Cycles: optimize attributes device updatesKévin Dietrich
2021-05-26Fix particlesystem not duplicating their pointcache in NO_MAIN case.Bastien Montagne
2021-05-26Fix T88552: Cycles changing Render Passes in viewport does not workSergey Sharybin
2021-05-26Cleanup: Simplify Cycles viewport parametersSergey Sharybin
2021-05-26Compositor: Use BLI_color in convert alpha node.Jeroen Bakker
2021-05-26Cleanup: Remove unused argument in Cycles syncSergey Sharybin
2021-05-26Fix T88534: Unable to add a Geometry Node Tree on Volume objectPhilipp Oeser
2021-05-26Fix T88531: Mantaflow problem with geometry nodesPhilipp Oeser
2021-05-26Fix T88566: Mantaflow inflow with shapekeys is not working anymorePhilipp Oeser
2021-05-26Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-26Fix T88251: "Operator Cheat Sheet" CrashPhilipp Oeser
2021-05-25Cleanup: Fix short comparison with bool warningHans Goudey
2021-05-25Bump FFmpeg version from 4.2.3 to 4.4Sybren A. Stüvel
2021-05-25deps: Fix broken boost linkRay Molenkamp
2021-05-25GPencil: Add a use_light option when creating object.YimingWu
2021-05-25Cleanup: Use ListBase in various places in line art.YimingWu
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker