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
2017-05-07GPUMaterial: Fix regressions concerning background texcoClément Foucault
2017-05-07GPUViewport: Make Depth texture not depth testable.Clément Foucault
2017-05-07GPUMaterial: Make background not transparentClément Foucault
2017-05-07Eevee: Add Bloom post process.Clément Foucault
2017-05-07Draw Manager: Fix multiple timer query issued for one pass.Clément Foucault
2017-05-07Fix unfreed render-layer properties memory after loading fileJulian Eisel
2017-05-06Merge branch 'master' into blender2.8Campbell Barton
2017-05-06Cleanup: unused return, redundant assignmentsCampbell Barton
2017-05-06PyAPI: Remove bpy.app.handlers.scene_updateCampbell Barton
2017-05-06Cleanup: namingCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-05-06Cleanup: line length, use const struct membersCampbell Barton
2017-05-06Add missing weight paint vertex shaderLuca Rood
2017-05-05Fix all objects being selected when opening pre-2.80 filesJulian Eisel
2017-05-05Pass selection to weight paint vert overlay instead of colorsLuca Rood
2017-05-05Update paint wire when changing modesLuca Rood
2017-05-05Implement overridable scene render settingsDalai Felinto
2017-05-05Fix crash with no active objectLuca Rood
2017-05-05MakeLocal: fix bad (missing) handling of proxy_from uglyness.Bastien Montagne
2017-05-05Add a new LOOPBACK flag to libquery's callbacks.Bastien Montagne
2017-05-05Clean up weight/vertex painting codeLuca Rood
2017-05-05Masks: Fix broken animation after adding primitivesSergey Sharybin
2017-05-05Fix Blenderplayer linking errorJulian Eisel
2017-05-05Eevee: Fix compilation issue on certain driver.Clément Foucault
2017-05-05Merge branch 'master' into blender2.8Julian Eisel
2017-05-05Fix empty struct errors in paint_vertex_mode.cLuca Rood
2017-05-05Fix (unreported) memleak in Warp modifier copying.Bastien Montagne
2017-05-05MakeLocal: switch back to secure, slightly slower final steps.Bastien Montagne
2017-05-05MakeLocal: forcefully recalc affected armatures' poses.Bastien Montagne
2017-05-05Add check (error message + assert) that pose is valid in armature evaluation.Bastien Montagne
2017-05-05Use immediate mode for back-buffer selectionCampbell Barton
2017-05-05Revert "Add red alert in UI controls for datablock pointer properties"Julian Eisel
2017-05-05Merge branch 'master' into blender2.8Campbell Barton
2017-05-05Fix reading past bounds removing from color rampCampbell Barton
2017-05-05Remove redundant backbuffer/transform checkCampbell Barton
2017-05-04Cleanup: include the type of data in function nameCampbell Barton
2017-05-04Multiline support for ED_region_info_drawDalai Felinto
2017-05-04Draw Manager: Add a memory stats to debug view.Clément Foucault
2017-05-04Use mesh draw cache for back-buffer selectionCampbell Barton
2017-05-04Cleanup: use doxy categoriesCampbell Barton
2017-05-04Missed last commitCampbell Barton
2017-05-04Cleanup: de-duplicate mesh data calculationCampbell Barton
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-04Draw Manager: Combine multiple engines info textsDalai Felinto
2017-05-04Draw Manager: Fix debugging output.Clément Foucault
2017-05-04GLSL Materials: Fix envmap node artifacts.Clément Foucault
2017-05-04Eevee: Motion blur switchClément Foucault
2017-05-04GPUMaterial: Remove unused Normal input.Clément Foucault
2017-05-04Eevee: Draw background shader.Clément Foucault
2017-05-04Eevee: Simple Camera Motion Blur.Clément Foucault