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-16Merge branch 'master' into blender2.8Campbell Barton
2017-05-16Cleanup: gcc7.1 warningsCampbell Barton
2017-05-16Fix memory leak with mesh cacheCampbell Barton
2017-05-16Fix hair_step is a shortAaron Carlisle
2017-05-15Fix compile error on gcc after last commitAaron Carlisle
2017-05-15Fix T51297: Use A Higher Hair Segment LimitAaron Carlisle
2017-05-15Mesh Batch Cache: Use compressed format.Clément Foucault
2017-05-15Use better prng algo and fix randomness UILuca Rood
2017-05-15Implement matcaps for hairLuca Rood
2017-05-15Eevee: fix some glsl for low quality lamps.Clément Foucault
2017-05-15Mesh Batch Cache: get rid of the ORCO VBO data, and reconstruct it in shader.Clément Foucault
2017-05-15Mesh Batch Cache: Define Compressed format for shading data.Clément Foucault
2017-05-15Mesh Batch Cache: Optimization, make use of gawain attrib aliases.Clément Foucault
2017-05-15Edit Mode Engine: Fix loose edges/verts not displaying.Clément Foucault
2017-05-15Mesh Batch Cache: Split Edit Mesh mode Vertex Buffers for faster update.Clément Foucault
2017-05-15Fix T50109: Blender crash when a "Render Result" as a TextureSergey Sharybin
2017-05-15Fix T51348: Node highlighting is brokenSergey Sharybin
2017-05-15Fix T51501: Cycles baking cancel affects baking scriptDalai Felinto
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-15Merge branch 'master' into blender2.8Campbell Barton
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-13Fix crash when using template_search with non-ID dataJulian Eisel
2017-05-13remove unused #includesMike Erwin
2017-05-13remove old PBVH VertexBufferFormat structMike Erwin
2017-05-12Fix ogl deprecated calls.Clément Foucault
2017-05-12Sculpt: Move sculpt drawing to engines.Clément Foucault
2017-05-12Fix memleak in previous hair commitLuca Rood
2017-05-12Draw Manager: Fix crash when saving file.Clément Foucault
2017-05-12Eevee: Add Rotation and ratio parameters to DoF.Clément Foucault
2017-05-12Implement hair drawing with Draw Manager in Clay engineLuca Rood
2017-05-12Clay: Use switch statement instead of if-else chainSergey Sharybin
2017-05-12Fix for edit modes (sculpt, weight paint) menus not showing in headerDalai Felinto
2017-05-12Merge branch 'master' into blender2.8Julian Eisel
2017-05-12Startup.blend: set EEVEE as the default engineDalai Felinto
2017-05-12Use static assert in Clay engine to ensure struct alignmentSergey Sharybin
2017-05-12Some minor cleanup.Bastien Montagne
2017-05-12Fix again DwM bbones drawing.Bastien Montagne
2017-05-12Mesh Center: improved center-of-mass calculationBill Currie
2017-05-12UI: Add template_search (version of template_ID for non-IDs)Julian Eisel
2017-05-11Fix T51449: empty node editor continuously redrawing and using CPU.Brecht Van Lommel
2017-05-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-11BGE: Use BLI's stringify instead of implementing it againSergey Sharybin
2017-05-11Eevee: Small Dof upsampling blur.Clément Foucault
2017-05-11Eevee: Add tonemapping using ocio.Clément Foucault
2017-05-11Eevee: Disable motion blur if camera is different from its animated pose.Clément Foucault
2017-05-11Eevee: Fix light color being non-linear.Clément Foucault
2017-05-11Eevee: Fix motion blur when not having set another key.Clément Foucault
2017-05-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-11Depsgraph: Fix/workaround crahs when fcu->rna_path is NULLSergey Sharybin
2017-05-11Remove warnings after CDDM fixDalai Felinto