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-07-08Functions: Support getting MFSocket based on its idJacques Lucke
2020-07-08Functions: Support accessing socket index of MFSocketJacques Lucke
2020-07-08Functions: initial hash/equals implementation for constant multi-functionsJacques Lucke
2020-07-08Functions: allow multi-functions to override a hash and equals functionJacques Lucke
2020-07-08Cleanup: add correct license header to testsJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-08BLI: add comparison operators and hash functions for float3, etc.Jacques Lucke
2020-07-08macOS: upgrade minimum required version to 10.13 High SierraBrecht Van Lommel
2020-07-08Cycles: support shader transparency for holdout objectsBrecht Van Lommel
2020-07-08CMake: Fix spelling of Embree passed to find packageSergey Sharybin
2020-07-08Functions: add dead node removal and constant folding optimizationJacques Lucke
2020-07-08Cleanup: fix commentJacques Lucke
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-08Fix T78324: Different Sky Texture results between CPU and GPULukas Stockner
2020-07-07BLI: simplify copy constructor of ArrayJacques Lucke
2020-07-07Cleanup: don't end description with a '.'Jacques Lucke
2020-07-07Cleanup: fix typoJacques Lucke
2020-07-07Functions: cleanup loop that traverses the MFNetworkJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke
2020-07-07BLI: simplify copy constructor of vectorJacques Lucke
2020-07-07Functions: extend multi-function network apiJacques Lucke
2020-07-07BLI: provide access to underlying node in dot exporterJacques Lucke
2020-07-07Functions: Add debug print and destruct callback to CPPTypeJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke
2020-07-07Fix T75943 EEVEE: Cubemaps shows blackClément Foucault
2020-07-07Cleanup: Add braces for clang tidyHans Goudey
2020-07-07BLI: Correct spin lock definitionSergey Sharybin
2020-07-07Fix: remove accidental codeGermano Cavalcante
2020-07-07Make deps: Use own nasm for ffmpeg and x264Sergey Sharybin
2020-07-07Make deps: Compile own version of nasm for AppleSergey Sharybin
2020-07-07Fix T77455: Blender Freezes when using the 3d Scale GizmoJeroen Bakker
2020-07-07BLI: Fix mistake in SpinLock TBB migrationSergey Sharybin
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-07Fix T78307 UI: Drawing artifacts in the Blender UI on macOSClément Foucault
2020-07-07Cycles: Add support for native OptiX curve primitivePatrick Mours
2020-07-07Fix T78692: improve UI regarding the effect of the denoiser on denoising passesBrecht Van Lommel
2020-07-07Fix T78666: Cycles non-uniformly scaled hair renders wrong for static objectsBrecht Van Lommel
2020-07-07IO: Reversed persistent ID order in exports to Alembic and USDSybren A. Stüvel
2020-07-07IO: Fix bug exporting dupli parent/child relationsSybren A. Stüvel
2020-07-07Mae deps: Ensure Brotli is disabled for FreeTypeSergey Sharybin
2020-07-07Cleanup: add comment explaining operator deleteJacques Lucke
2020-07-07IO: print export name instead of object name in debug export graph outputSybren A. Stüvel
2020-07-07Guarded Allocator: add missing operator deleteJacques Lucke
2020-07-07UI: Add units to motion tracking solve errorsJohan Walles
2020-07-07Make deps: Fix compilation error of Python on macOSSergey Sharybin
2020-07-07Fix sign conversion errorJacques Lucke
2020-07-07Fix T78186: Dyntopo panel error with tools that dont have a brushPhilipp Oeser
2020-07-07Cleanup: remove redundant commentsJacques Lucke
2020-07-07Cleanup: use doxy commentsCampbell Barton
2020-07-07UI: add merge/split menusCampbell Barton