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-26Functions: move tests closer to codeJacques Lucke
2020-07-25Particles: show which nodes are only mockups in the Add menuJacques Lucke
2020-07-25Cleanup: avoid using namespace name in many casesJacques Lucke
2020-07-25Particles: initial Quick Particles operatorJacques Lucke
2020-07-25Pointcloud: workaround for a viewport drawing issueJacques Lucke
2020-07-25Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-25Particles: improve emitter when object is animatedJacques Lucke
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79260: Crash displaying the same mesh in two windowsCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79239: UV path select crashCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79254: FCurve editor crash when zooming out to limitCampbell Barton
2020-07-25Simulation: cleanup dna dataJacques Lucke
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-24Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-24GPencil: Add more randomness to random stroke colorAntonio Vazquez
2020-07-24Merge branch 'blender-v2.90-release'Patrick Mours
2020-07-24Fix OptiX being shown as available on first generation Maxwell GPUsPatrick Mours
2020-07-24Cleanup: can use guarded instead of raw allocator nowJacques Lucke
2020-07-24Particles: initial particle birth actionJacques Lucke
2020-07-24Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-24Depsgraph: use construct on first use idiom for graph registryJacques Lucke
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-24DNA: disable 'int8_t' since it's not properly supportedCampbell Barton
2020-07-24Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-24Fix interface artifacts on Intel GPUsSergey Sharybin
2020-07-24Cleanup: remove redundant glReadBuffer call when reading pixelsCampbell Barton
2020-07-24Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-24Fix T79209: Empties have disabled viewport display settingsCampbell Barton
2020-07-24Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-24Fix shape key pin toggle drawing as disabled in edit-modeCampbell Barton
2020-07-24Cleanup: use doxy sections, update comments missed from refactorCampbell Barton
2020-07-24Try to fix build errorJacques Lucke
2020-07-24Particles: simulate partial time steps on newly emitted particlesJacques Lucke
2020-07-23Particles: spawn particles on mesh surfaceJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Nathan Craddock
2020-07-23Fix T79187: Outliner "Make Single User" crashNathan Craddock
2020-07-23Merge branch 'blender-v2.90-release'Julian Eisel
2020-07-23Fix: Incorrect VR pose after changing landmarkJulian Eisel
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-23GPencil: Fix unreported missing frames in interpolationAntonio Vazquez
2020-07-23Particles: improve mesh emitterJacques Lucke
2020-07-23Cleanup: avoid zero byte memcpyJacques Lucke
2020-07-23BLI: Add MutableSpan.copy_from methodJacques Lucke
2020-07-23Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-23LibOverride: Add update of overrides when reloading library data.Bastien Montagne