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-03-22BLI: Add "identity" constructor to float4x4 typeHans Goudey
2021-03-22Fix T86666: Lasso and Circle select tools selecting objects behind clip_minGermano Cavalcante
2021-03-22Tracking: Fix movie file prefetch freezing interfaceSergey Sharybin
2021-03-22Fix missing document icons on macOS 10.4 and earlierJohannes Jakob
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-22GPencil: Hide Interpolate Only Selected in Draw ModeAntonio Vazquez
2021-03-22GPencil: Move Automerge button position in topbarAntonio Vazquez
2021-03-22Fix T86591: Tracking backwards is slowerSergey Sharybin
2021-03-22Fix T86741: Remapping could create doublons of collections in hierarchy.Bastien Montagne
2021-03-22Fix (unreported) memleak in collection/viewlayer code.Bastien Montagne
2021-03-22Fix: wrong use of assert in recent commit.Jeroen Bakker
2021-03-22UI: Remove text for add and remove buttons in cryptomatte nodeHans Goudey
2021-03-22Cleanup: remove unexposed nodesJacques Lucke
2021-03-22Geometry Nodes: make random float node more consistent with other nodesJacques Lucke
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-22Fix regression in bd7969159997b8802d54e79a002350a7fb97944dCampbell Barton
2021-03-22LibraryOverrides: Initial Test Case.Jeroen Bakker
2021-03-22Fix T86405: Always translate when in `en_US` locale too.Bastien Montagne
2021-03-22Cleanup: add commentJacques Lucke
2021-03-22Cleanup, LineArt: Fix MSVC compiler warnings.Nikhil Shringarpurey
2021-03-22Clang Tidy: disable modernize-raw-string-literal againJacques Lucke
2021-03-22Fix UI (and code!) typos.Bastien Montagne
2021-03-22Cleanup: check the space type instead of the operators poll functionCampbell Barton
2021-03-22RNA: rename recently added line-art propertiesCampbell Barton
2021-03-22RNA: use boolean array for transarency masksCampbell Barton
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-22Cleanup: clang-formatCampbell Barton
2021-03-22Revert "Disable clang-format for objective-C bits in GHOST."Campbell Barton
2021-03-22Cleanup: disable clang-format for 'intern/libmv/third_party' headersCampbell Barton
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-03-22Cleanup: Don't use class method to override equality operatorHans Goudey
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21UI: Title case for Proxy Setup and fix typoPablo Vazquez
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: fix compiling with older compiler on macosJacques Lucke
2021-03-21Cleanup: move some headers from MOD_lineart.h to source filesCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-21Cleanup: correct variable name mixup in BLI_str_quoted_substrNCampbell Barton
2021-03-21Fix uninitialized memory use loading movie sequence stripsCampbell Barton
2021-03-21Fix failure to set transform rotate around singleCampbell Barton
2021-03-21Cleanup: remove redundant NULL checksCampbell Barton
2021-03-21Cleanup: unused return statementsCampbell Barton
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-21Cleanup: remove window manager headers from MOD_lineartCampbell Barton
2021-03-21Cleanup: replace 'unsigned char' with 'uchar'Campbell Barton
2021-03-21Cleanup: remove redundant castsCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-21Fix T86643: Win32 Entering Full Screen While MaximizedHarley Acheson
2021-03-21Fix T86660 EEVEE: Undefined behaviour in specular_occlusionClément Foucault