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-07-11DRW: Make Additive blending alpha premult.Clément Foucault
2017-07-11Eevee: Transparency: Add support for blend ADD and MULTIPLY.Clément Foucault
2017-07-11DRW: Add shading group state disable.Clément Foucault
2017-07-11Eevee: Material: Code cleanup in order to add transparency support.Clément Foucault
2017-07-11Eevee: Add support for Alpha clip and Hashed Alpha transparency.Clément Foucault
2017-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-07-11Fix memory leak caused by node clipboardSergey Sharybin
2017-07-11Fix T49034: multi-drag crashes when UI forces exitCampbell Barton
2017-07-11Lamps should not have their own gpu materialDalai Felinto
2017-07-11Resolve T51745: Mesh extrude keep-orig needs edgesCampbell Barton
2017-07-11Merge branch 'master' into blender2.8Campbell Barton
2017-07-11Fix T51761: wpaint select depth limit failsCampbell Barton
2017-07-10Fix (unreported) broken uvsculpt in Scene's toolsettings' copying.Bastien Montagne
2017-07-10Fix (unreported) Scene's copying toolsettings' clone and canvas, and particle...Bastien Montagne
2017-07-10Fix strict compiler warningSergey Sharybin
2017-07-10Revert "Revert "Revert "Temporarily disable material preview (T51796 workarou...Sergey Sharybin
2017-07-10Depsgraph: Use explicit bmain pointer passed to layer utilitiesSergey Sharybin
2017-07-10Depsgraph: Fix wrong layer usedSergey Sharybin
2017-07-10Revert "Revert "Temporarily disable material preview (T51796 workaround)""Sergey Sharybin
2017-07-10Fix (unreported) Scene copying doing very stupid things with World and LineSt...Bastien Montagne
2017-07-10Fix T51931: VBO not updating when UVs are added to shader node treeLuca Rood
2017-07-10Partial fix of T51989: Don't set image user offset for movie filesSergey Sharybin
2017-07-10Fix T52011: Border render is incorrect with multiple scenesSergey Sharybin
2017-07-10Fix image empties not drawingLuca Rood
2017-07-10Merge branch 'master' into blender2.8Campbell Barton
2017-07-10Error in last commitCampbell Barton
2017-07-10Fix T51998: Anim player uses 100% CPUCampbell Barton
2017-07-10Fix T51052: CacheFile Open crashes from PythonCampbell Barton
2017-07-10Merge branch 'master' into blender2.8Campbell Barton
2017-07-10Curve: add assert for invalid next/prev useCampbell Barton
2017-07-10Fix T51665: No orientation for nurbs, polygonsCampbell Barton
2017-07-10Fix T52007: Cancel bezier curve transform failsCampbell Barton
2017-07-10Fix T51898: missing sequence strip color space validation on load.Brecht Van Lommel
2017-07-09Fix blenderplayerDalai Felinto
2017-07-09Fix T52001: material draw mode principled BSDF artifacts at some angles.Brecht Van Lommel
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-08Fix build after previous commit.Brecht Van Lommel
2017-07-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-07-07Fix T51977: New depsgraph removes the grass in victor sceneSergey Sharybin
2017-07-07Fix T51991: Disabled for viewport particle system becomes visible after BI re...Sergey Sharybin
2017-07-07GPU: Silence warning of potentially unused variable (NormalMatrix)Dalai Felinto
2017-07-07Draw Manager: Use defines instead of hardcoded enum valuesDalai Felinto
2017-07-07Fix T50973: Directional blur node doesn't clamp value if using driverSergey Sharybin
2017-07-07Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-07-06Eevee: Fix Planar Reflection bug / background artifact.Clément Foucault
2017-07-06GPUTexture: Change default comparison mode to GL_NONE.Clément Foucault
2017-07-06Eevee: Fix the NaN pixel issue.Clément Foucault
2017-07-06Add option to OpenImage operator not to detect sequences.Bastien Montagne
2017-07-06Eevee: Add support for common BSDFs.Clément Foucault