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-28Merge branch 'blender-v2.90-release'Nathan Craddock
2020-07-28Fix: Wrong outliner restrict column for gpencil layer hideNathan Craddock
2020-07-27Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-07-27Fix Sculpt Relax operation when deforming mesh boundariesPablo Dobarro
2020-07-27Fix T79074: Mesh Topology info not being updated after changesPablo Dobarro
2020-07-27Fix T79164: Sculpting with smooth shading doesn't update normalsPablo Dobarro
2020-07-27Fix T78242: Crash when using a Sculpt color tools that needs connectivity for...Pablo Dobarro
2020-07-27GPencil: Scale stroke thickness when use Offset modifier scaleAntonio Vazquez
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting ...Bastien Montagne
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Fix T78306: Weight Transfer Operator target mesh doesn't update when transfor...Bastien Montagne
2020-07-27Particles: support Clamp nodeJacques Lucke
2020-07-27Cleanup: remove outdated commentJacques Lucke
2020-07-27Functions: add some tests for virtual spansJacques Lucke
2020-07-27Particles: initial support for events and actionsJacques Lucke
2020-07-27Cleanup: Fix compiler warning about function without prototypeSybren A. Stüvel
2020-07-27PointCloud: Fix viewport issue when using radius attrib after not using itClément Foucault
2020-07-27Cleanup: Fix compiler warning about missing parenthesesSybren A. Stüvel
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-27PyAPI: simplify syntax error reportsCampbell Barton
2020-07-27Cleanup: match call signature for UI unit number evaluationCampbell Barton
2020-07-27Cleanup: remove workaround for old BLI_dynstr_vappendf bugCampbell Barton
2020-07-27Cleanup: quiet warnings without DDSCampbell Barton
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-27Cleanup: quiet warningJacques Lucke
2020-07-27GPU: fix build error due to wrong linkage specificationJacques Lucke
2020-07-27GPencil: New operator to Cleanup duplicated framesAntonio Vazquez
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Cleanup: comments.Bastien Montagne
2020-07-27Cleanup: Minor renaming.Bastien Montagne
2020-07-27Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
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-27UI: Show message in transform panel when no metaball elements are selectedAaron Carlisle
2020-07-27GPUFramebuffer: Fix compilation issue with designated initializer in C++Clément Foucault
2020-07-27GPU: Fix MSVC compile errorsClément Foucault
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-26Cleanup: GPU_codegen.c: Use LISTBASE_FOREACH macro instead of for loopsClément Foucault
2020-07-26Cleanup: GPU: Remove unused code and headerClément Foucault
2020-07-26GPU: Move gpu_platform.c to C++Clément Foucault
2020-07-26GPU: Move gpu_immediate.c to C++Clément Foucault
2020-07-26GPU: Move gpu_framebuffer.c to C++Clément Foucault
2020-07-26GPU: Move gpu_extensions.c to C++Clément Foucault