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
2020-08-11Merge branch 'blender-v2.90-release'Lukas Stockner
2020-08-10Fix T77298: Can't bake texture with multiple objectsLukas Stockner
2020-08-10BLI: improve StringRef for C++17Jacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-10Sculpt: Option to mask front faces only using Lasso and Box MaskPablo Dobarro
2020-08-10Sculpt: Boundary BrushPablo Dobarro
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79324: Crash when changing View Layer while VR session runsJulian Eisel
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-10GPencil: Fix warning textAntonio Vazquez
2020-08-10GPencil: Invert Filled area pressing Ctrl keyAntonio Vazquez
2020-08-10GPencil: Change default Stroke thickness when convert curvesAntonio Vazquez
2020-08-10GPencil: Remove color conversion when convert curveAntonio Vazquez
2020-08-10Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-10Fix T77847: "Add plane > align" causes crash when certain rigs are in the sce...Bastien Montagne
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix pose offset on VR session start for some OpenXR runtimesJulian Eisel
2020-08-10Fix broken behavior on active VR Landmark changeJulian Eisel
2020-08-10Fix pose offset on VR session start for some OpenXR runtimesJulian Eisel
2020-08-10Fix broken behavior on active VR Landmark changeJulian Eisel
2020-08-10Fix T77685: object transforms from rigid body simulation are ignored by modif...Jacques Lucke
2020-08-10Cleanup: use doxy sections for object_dupli.cCampbell Barton
2020-08-10Fix T79619: Sequencer window not updating whilst playing animationJeroen Bakker
2020-08-10Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-10Fix T79346: VSE custom proxy file is brokenRichard Antalik
2020-08-10Remove Video Proxy Resolution limitationEitan
2020-08-09Fix T79246 GPUShader: compile error on AWS Elastic GraphicsClément Foucault
2020-08-09msvc: Fix build error with msvc 2017Ray Molenkamp
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Cleanup: replace elem_strcmp with elem_streqCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-08Cleanup: GPU: Change gpu_context_private.h to C++ only headerClément Foucault
2020-08-08DRW: Fix runtime error: shifting signed 32bits intClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-08GPUBackend: Add new GPUBackend object to manage GL object allocationsClément Foucault
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-08-08GPUBatch: Use custom allocatorClément Foucault
2020-08-08DRW: Instance Data: Replace GPUBatch bulk allocation by separate allocClément Foucault
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: Remove outliner statement with no effectNathan Craddock
2020-08-07Cleanup: use _fn for outliner callback functionsNathan Craddock
2020-08-07Cleanup: fix some clang tidy warningsJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Fix compile error with WITH_INPUT_NDOF after last own commitJulian Eisel
2020-08-07Cleanup: enable Clang-Tidy `bugprone-parent-virtual-call` ruleSybren A. Stüvel
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel
2020-08-07Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warningsSybren A. Stüvel