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-27Partly revert "Fix T77276: Generating Python API docs raises many warnings"Aaron Carlisle
2020-07-27Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting ...Bastien Montagne
2020-07-27Fix T78306: Weight Transfer Operator target mesh doesn't update when transfor...Bastien Montagne
2020-07-27CMake: reject older GCC version when using precompiled Linux librariesSybren A. Stüvel
2020-07-27Cycles: Enable OptiX on first generation Maxwell GPUs againPatrick Mours
2020-07-27Cleanup: Fix compiler warning about function without prototypeSybren A. Stüvel
2020-07-27Cleanup: Fix compiler warning about missing parenthesesSybren A. Stüvel
2020-07-27Fluid: Fix warnings from max particle optionSebastián Barschkis
2020-07-27Cleanup: comments.Bastien Montagne
2020-07-27Cleanup: Minor renaming.Bastien Montagne
2020-07-27Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-27Fix T79121: Dependency cycle when driver points to prop with 'scale' in nameSybren A. Stüvel
2020-07-27Cleanup: Alembic, fix maybe-uninitialized warningSybren A. Stüvel
2020-07-27RNA to Manual: Update linksAaron Carlisle
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Updated Mantaflow source filesSebastián Barschkis
2020-07-26Fluid: Cleanup unsed file format optionsSebastián Barschkis
2020-07-26Fix T74958: Infinite loop on using strip as modifier maskRichard Antalik
2020-07-26Fix T78999: Crash when adjusting sequencer propertyRichard Antalik
2020-07-26Fix T79272: Dimensions fail on negative scaled axisCampbell Barton
2020-07-25Fix T79260: Crash displaying the same mesh in two windowsCampbell Barton
2020-07-25Fix T79239: UV path select crashCampbell Barton
2020-07-25Fix T79254: FCurve editor crash when zooming out to limitCampbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-24Fix OptiX being shown as available on first generation Maxwell GPUsPatrick Mours
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-24Fix interface artifacts on Intel GPUsSergey Sharybin
2020-07-24Fix T79209: Empties have disabled viewport display settingsCampbell Barton
2020-07-24Fix shape key pin toggle drawing as disabled in edit-modeCampbell Barton
2020-07-23Fix T79187: Outliner "Make Single User" crashNathan Craddock
2020-07-23Fix: Incorrect VR pose after changing landmarkJulian Eisel
2020-07-23LibOverride: Add update of overrides when reloading library data.Bastien Montagne
2020-07-23Cleanup: Clang format.Bastien Montagne
2020-07-23Fix (unreported) crash in reload library code related to shpaekeys.Bastien Montagne
2020-07-23Fix (unreported) bad handling of pointers in overrides with shapekeys.Bastien Montagne
2020-07-23DNA: support fixed size integersJacques Lucke
2020-07-23Fix T77277: building depsgraph inter-driver relations is slowSybren A. Stüvel
2020-07-23Fix T29189 bevel crash.Howard Trickey
2020-07-23Fix T79158: Eevee cubemaps shows blackGermano Cavalcante
2020-07-23LibOverride: Add reset operations to the outliner menu.Bastien Montagne
2020-07-23LibOverride: Add core functions to reset a library override.Bastien Montagne
2020-07-23LibOverride: Store RNA prop type in override properties.Bastien Montagne
2020-07-23LibOverride: Outliner override creation: Better checks.Bastien Montagne
2020-07-23LibOverride: Make `ID_IS_OVERRIDABLE_LIBRARY` macro more correct.Bastien Montagne
2020-07-23LibOverride: Move override operations into own section of the ID outliner menu.Bastien Montagne
2020-07-23LibOverride: Fix missing ID update tag in `BKE_lib_override_library_update`.Bastien Montagne
2020-07-23LibOverride: change runtime data into a real struct.Bastien Montagne
2020-07-23LibOverride: Optimize/fix new generic 'relation-based' make override code.Bastien Montagne