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/intern
AgeCommit message (Expand)Author
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-07Update CUEW to latest versionBrecht Van Lommel
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Merge branch 'master' into blender2.8Campbell Barton
2018-02-06Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes.Brecht Van Lommel
2018-02-05Fix typo in struct name obejct to object.Nathan Letwory
2018-02-05Merge branch 'master' into blender2.8Campbell Barton
2018-02-05cycles: fix black render with cycles_cubin_cc.Ray Molenkamp
2018-02-05cycles: fix cxx11 usage for cycles_cubin_ccRay Molenkamp
2018-02-04Merge branch 'master' into blender2.8Campbell Barton
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-02-03Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-03Fix more Cycles incorrect principled BSDF mixing due to missing initialization.Brecht Van Lommel
2018-02-03Fix build error with CUDA 9.1 and compute capability 2.x.Brecht Van Lommel
2018-02-03Cycles: make displacement a supported feature.Brecht Van Lommel
2018-02-03Cycles: add Vector Displacement node and extend Displacement node.Brecht Van Lommel
2018-02-02Merge branch 'master' into blender2.8Campbell Barton
2018-02-02Fix T53978: Bad memory access after recent fix to BSDF mixingMai Lavelle
2018-02-01Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-02-01Cycles: Attempt to fix 32 bit linux compilationSergey Sharybin
2018-02-01Cycles: Fix for non-vectorized version of bitscan()Sergey Sharybin
2018-01-30Fix Cycles incorrect principled BSDF mixing with some parameter variatons.Brecht Van Lommel
2018-01-30Fix Cycles incorrect principled BSDF mixing with some parameter variatons.Brecht Van Lommel
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-30Fix T50630: Fluid fails on win32 w/ unicode pathsCampbell Barton
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-29Fix Cycles allocating too much device memory, after recent memory refactoring.Brecht Van Lommel
2018-01-29Revert "Fix T53914: Volumetric scattering now goes correctly through transpar...Brecht Van Lommel
2018-01-28Merge branch 'master' into blender2.8Campbell Barton
2018-01-27Fix T53914: Volumetric scattering now goes correctly through transparent surf...Stefan Werner
2018-01-27Code refactor: make mixed small/large BSSRDF radii more robust.Brecht Van Lommel
2018-01-26Fix mixed BSDF + BSSRDF sampling bug in path tracing, after 095a01a73a35.Brecht Van Lommel
2018-01-26Code refactor: store RGB BSSRDF in a single closure.Brecht Van Lommel
2018-01-26Code cleanup: simpler and faster detection of BVH refit.Brecht Van Lommel
2018-01-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-25Cycles: rename displacement methods, default to displace, tweak panel layout.Brecht Van Lommel
2018-01-24Merge branch 'master' into blender2.8Bastien Montagne
2018-01-24Fix T53878: Cycles bug rendering multiple render layers with different passes.Brecht Van Lommel
2018-01-24Fix Cycles inserting displacement node when there is a custom node setup inst...Brecht Van Lommel
2018-01-23Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-23Fix Cycles assert when resizing rendererd viewport.Brecht Van Lommel
2018-01-23Cycles: change material output displacement to vector.Brecht Van Lommel
2018-01-23Cycles: add Displacement node.Brecht Van Lommel
2018-01-23Fix T53854: branched path tracing correlation bug with transparency in split ...Brecht Van Lommel
2018-01-23Merge branch 'master' into blender2.8Campbell Barton
2018-01-23Cycles: Fix optimal BVH selection.Ray Molenkamp
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin