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
path: root/source
AgeCommit message (Expand)Author
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-20mathutils: support for to_2x2 as well as non-square matricesCampbell Barton
2020-02-20mathutils: support Vector.rotate for 2D vectorsTiago Chaves
2020-02-20BLI_math: add 2x2 matrix utilitiesTiago Chaves
2020-02-20Cleanup: rename mul_m2v2 to mul_m2_v2Campbell Barton
2020-02-20Fix missing error message on convex hull failureCampbell Barton
2020-02-20Cleanup: remove use of 'register'Campbell Barton
2020-02-20Cleanup: unused structsCampbell Barton
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-20Cleanup: declatatuons for functions that don't existCampbell Barton
2020-02-20Fix T65640: Axis of Custom Shape Bones are drawn in a wrong position.Germano Cavalcante
2020-02-20Fix T74019 Eevee High Quality Normals causing pitch black facesClément Foucault
2020-02-20DRW: Fix facing reset when drawing with inverted cameraClément Foucault
2020-02-19RNA: Fail makesrna if enum identifiers contain spacesJulian Eisel
2020-02-19Fix compile error when building with CyclesJulian Eisel
2020-02-19DRW: Support inverted view matrixClément Foucault
2020-02-19Theme: Radial gradient background and enum for gradient typePablo Dobarro
2020-02-19Fix T54270: Reset last_hit and last_location when reading the filePablo Dobarro
2020-02-19Fluid: More cleanup in fluid rna codeSebastián Barschkis
2020-02-19Fix T73932: modifying keyframes in nodes fails when there is an image sequenceBrecht Van Lommel
2020-02-19Sculpt: Pinch only in the direction perpendicular to the strokePablo Dobarro
2020-02-19Fluid: Cleanup in fluid rna codeSebastián Barschkis
2020-02-19Fix T74009: `bpy.ops.outliner.orphans_purge()` poll being too restrictive.Bastien Montagne
2020-02-19Fix for Fix (c) : Normals Edit modifier using unititialized array of normals...Bastien Montagne
2020-02-19Fix T72751: Timeline crash from overridden scene.Bastien Montagne
2020-02-19readfile: Move ID refcounting to libquery.Bastien Montagne
2020-02-19Fix T68878: Update shapekeys during transformationGermano Cavalcante
2020-02-19Fix T73941: Custom normals from normal edit modifier ignored by further modif...Bastien Montagne
2020-02-19Subdiv: Clarify Subdiv settingsSergey Sharybin
2020-02-19Fix T73859: Support executing sculpt.set_pivot_position without invokeJacques Lucke
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-19BLI_math: unify zero area checks for barycentric weight calculationCampbell Barton
2020-02-19EEVEE: Color Ramp Ease OptimisationCharlie Jolly
2020-02-19DRW: New High Quality Normal & Tangent extractClément Foucault
2020-02-18GPU: Fix huge performance regression regarding instancingClément Foucault
2020-02-18GPU: Limit Mesa workaround to older versionClément Foucault
2020-02-18Modifiers: UVWarp modifier add invert vgroup optionCody Winchester
2020-02-18Modifiers: Bevel modifier add invert vgroup optionCody Winchester
2020-02-18Fix crash loading .blend file saved with Blender 2.25Brecht Van Lommel
2020-02-18Modifiers: Explode modifier add invert vgroup optionCody Winchester
2020-02-18Sculpt: Update red cursor colorPablo Dobarro
2020-02-18Modifiers: Laplacian Deform modifier add invert vgroup optionCody Winchester
2020-02-18EEVEE: Fix default material disappearing when SSRefraction is enabledClément Foucault
2020-02-18Sculpt: Fix slide relax cursor colorPablo Dobarro
2020-02-18Cleanup: clang-format.Bastien Montagne
2020-02-18Modifiers: Laplacian Smooth modifier add invert vgroup optionCody Winchester
2020-02-18Cleanup: protect parameters of `FOREACH_MAIN_ID` & co macros.Bastien Montagne
2020-02-18Fix (unreported) wrong handling of usercount in `BKE_workspace_add()`.Bastien Montagne
2020-02-18Code cleanup EEVEE Render PassesJeroen Bakker
2020-02-18Fix T62612: Saving with "Remap Relative" makes ALL paths relativeCampbell Barton