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
2019-10-09Build: prepare "make update" to work for new release cycle branchingBrecht Van Lommel
2019-10-09Fix T61432: Sampling Subframes not working 2.8Sebastián Barschkis
2019-10-09Fix T70640 EEVEE: Alpha hashed material is darker when alpha is not 1.0Clément Foucault
2019-10-09GPU: show one-time startup warnings for old Intel drivers with known issuesBrecht Van Lommel
2019-10-09GPU: show more descriptive labels on unsupported GPU dialogBrecht Van Lommel
2019-10-09CMake: Move software-gl to generic install procedureSergey Sharybin
2019-10-09Deps: Fix wrong LLVM prefix used for MesaSergey Sharybin
2019-10-09Deps: Add libraries needed for Software GLSergey Sharybin
2019-10-09Cleanup: typo, styleCampbell Barton
2019-10-09Fix make deps libtool detection on macOSBrecht Van Lommel
2019-10-09Buildbot: Correction to previous commitSergey Sharybin
2019-10-09Buildbot: Attempt to point precompiled libraries to a correct folderSergey Sharybin
2019-10-09Buildbot: Point to pre-compiled CentOS 7 librariesSergey Sharybin
2019-10-09Buildbot: Checkout precomiled CentOS librariesSergey Sharybin
2019-10-09Fix missing clear of ID types tagsSergey Sharybin
2019-10-09PyAPI: drop Vector requirement for tessellate_polygonCampbell Barton
2019-10-09PyAPI: avoid normal calculation for tessellate_polygonCampbell Barton
2019-10-09Fix T70594: mathutils.geometry.tessellate_polygon flips trianglesmano-wii
2019-10-09Fix T70662: Batch rename adds "\" before "."Campbell Barton
2019-10-09UI: hide text character options when out of edit-modeCampbell Barton
2019-10-09Fix text edit-mode character info initializationCampbell Barton
2019-10-09Docs: clarify Mesh.from_pydata edges argument usageCampbell Barton
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-10-08Fix T69682: Render Audio ignores animation.Richard Antalik
2019-10-08Fix T70601: Lasso select not functioning correctly in Armature Edit Modemano-wii
2019-10-08Fix T70586 EEVEE: principled shader alpha bleeding issuesClément Foucault
2019-10-08Fix T70561: bad custom normals in mirrored geometry.Bastien Montagne
2019-10-08Fix T68857 EditUV: Crash on Remesh modifier with 'Display in Edit Mode'Clément Foucault
2019-10-08Fix T69363 EEVEE: Blender crash when using Edit mode for OceanClément Foucault
2019-10-08CTest: Fix failing test BLI_expr_pylike_eval_test on clang/windowsRay Molenkamp
2019-10-08Sculpt: support automasking, pose and mask expand for multiresBrecht Van Lommel
2019-10-08Fix multires sculpt not setting the active vertex correctlyBrecht Van Lommel
2019-10-08Cleanup: avoid converting from CCGElem to SubdivCCGCoordBrecht Van Lommel
2019-10-08Cleanup: minor refactoring of mask expand and floodfillBrecht Van Lommel
2019-10-08Fix T70585: Walk Navigation keyframe tweaks (still frame)Philipp Oeser
2019-10-08Depsgraph: Avoid threading for trivial operationsSergey Sharybin
2019-10-08Sculpt: Fix projection artifacts by changing the voxel remesh isovaluePablo Dobarro
2019-10-08Fix "make update" error with old git versions, for the buildbotBrecht Van Lommel
2019-10-08Cleanup/fix for fix (c).Bastien Montagne
2019-10-08Fix T70626: VSE: Slip Strip Operator doesn't refresh audio on confirmPhilipp Oeser
2019-10-08Fix build error (missing BKE_global.h)Dalai Felinto
2019-10-08Fix T70588: Playing animation (after deleting rigid body obj) crashes blender.Bastien Montagne
2019-10-08Fix: region toggle operator being able to toggle regions it shouldn'tJulian Eisel
2019-10-08Depsgraph: Cleanup, spelling in commentSergey Sharybin
2019-10-08Depsgraph: Perform early exit check prior to time tagSergey Sharybin
2019-10-08Depsgraph: Cleanup, de-duplicate time source taggingSergey Sharybin
2019-10-08Depsgraph: Don't force time update when legacy flag 0 is usedSergey Sharybin
2019-10-08Fix T70522: Sidebars in Clip Editor work incorrectly in Dopesheet modeJulian Eisel
2019-10-08Keymap: use right mouse for console context menuCampbell Barton
2019-10-08UI: support passing a function to WorkSpace.status_text_set()Campbell Barton