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-08-25Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-25Fix T77359: Crash adding UV's in edit-mode with linked duplicatesCampbell Barton
2020-08-25GPU: Fix compilation issue caused by rBb43f4fda19b9Clément Foucault
2020-08-25GL: Add error checking functionClément Foucault
2020-08-25GPUSelect: Avoid assert caused by clearing without a depth maskClément Foucault
2020-08-25Fix T80012: Bevel Shader node Samples value has too low hardcoded limitPhilipp Oeser
2020-08-25Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-25Fix T80016: Shape key animation is linked when duplicating objectRed Mser
2020-08-25Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-25Enabled workaround to solve threading issues in draw managerJeroen Bakker
2020-08-25Revert "Enabled workaround to solve threading issues in draw manager"Jeroen Bakker
2020-08-25Fix T79915: crash when changing to white noise textureJacques Lucke
2020-08-25Enabled workaround to solve threading issues in draw managerJeroen Bakker
2020-08-25Cleanup: use doxy sectionsCampbell Barton
2020-08-25Fix T80077: Objects disappear when joining with a zero scaled axisCampbell Barton
2020-08-25BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too)Campbell Barton
2020-08-25Sculpt: Cloth Snake Hook BrushPablo Dobarro
2020-08-25Fix T80008: Smooth brush not deforming mesh boundaries correctlyPablo Dobarro
2020-08-24T79811 MacOS: Edit Mode - vertex/edge/face selection is missingClément Foucault
2020-08-24BLI: simplify lookup methods in MapJacques Lucke
2020-08-24Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-08-24Fix T80039: Do not subdivide with Multires is mesh has no facesPablo Dobarro
2020-08-24BLI: improve exception safety of Set and MapJacques Lucke
2020-08-24Workbench: Fix assert with sculpt in textured color modeClément Foucault
2020-08-24Fix T80035: Fix crash switching/adding scenesSergey Sharybin
2020-08-24Theme: Remove TH_UV_OTHERS from bThemeJeroen Bakker
2020-08-24Fix selected UV vertex drawing ignoring sizeCampbell Barton
2020-08-24UVEdit: Fix assert caused by depth mask not being set before clearClément Foucault
2020-08-24Fix T79896 Awful performance with Dyntopo onClément Foucault
2020-08-24GPUState: Fix scissor state being overwritten when changing scissor boundsClément Foucault
2020-08-24BLI: add Array.last methodJacques Lucke
2020-08-24Merge branch 'blender-v2.90-release' into masterClément Foucault
2020-08-24Fix T79970 EEVEE: Camera Animation Breaks Motion Blur (Two Steps or More)Clément Foucault
2020-08-24Revert "Fix T77564: VSE (and compositor background) lost stereoscopy preview"Clément Foucault
2020-08-23Fix T80034 Crash using material panel on 2.91.0 alphaClément Foucault
2020-08-23Fix T79872: VSE - splitting strip shows the channel number when unusedPhilipp Oeser
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-23GPUFramebuffer: Use GPUState to temporary change write mask in clear fnClément Foucault
2020-08-23GPUState: Expose Stencil mask and testClément Foucault
2020-08-23Fix T79989: File browser `Return` doesn't open a directoryCampbell Barton
2020-08-23Fix T80028: Crash opening a file from a timerCampbell Barton
2020-08-23Cleanup: remove unused UvNearestHit struct membersCampbell Barton
2020-08-22Fix T80013: Crash when toggling maximized areaHans Goudey
2020-08-22Fix T79971 Regression: Transform Gizmos doesnt work anymoreClément Foucault
2020-08-22DRW: Fix state not being lockedClément Foucault
2020-08-21Cleanup: Remove unused variablesHans Goudey
2020-08-21Fix T79987: Crash when joining objectsJulian Eisel
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-21Fix critical bug in foreach ID looper of Scene data-block.Bastien Montagne