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
AgeCommit message (Expand)Author
2017-10-08Fix potential string buffer overruns.Bastien Montagne
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-08Cleanup: --help textCampbell Barton
2017-10-08CMake: Re-order PYTHON_VERSION checkCampbell Barton
2017-10-08Cycles: OpenCL bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Fix incorrect MIS with principled BSDF and specular roughness 0.Brecht Van Lommel
2017-10-07[cmake] Add minimum python version check to cmake to prevent later build errors.Ray Molenkamp
2017-10-07Code cleanup: simplify cmake kernel install.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-10-07Actually force accumulate mode for the Smear brush in weight/vertex paint.Alexander Gavrilov
2017-10-07Make weight paint blur thread safe, and fix smear ignoring mirror.Alexander Gavrilov
2017-10-06Cycles: Fix possible race condition when generating Beckmann tableSergey Sharybin
2017-10-06Cycles: Cleanup, indendationSergey Sharybin
2017-10-06Fix T53012: Shadow catcher creates artifacts on contact areaSergey Sharybin
2017-10-06Cycles: Cleanup, indentation and wrappingSergey Sharybin
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Sequencer: Cleanup, use more BLI utilities where possibleSergey Sharybin
2017-10-06Sequencer: Use BLI math functions where possibleSergey Sharybin
2017-10-06Sequencer: Avoid re-calculation index offset multiple timesSergey Sharybin
2017-10-06Sequencer: Use funciton instead of macr oto avoid argument re-evaluationSergey Sharybin
2017-10-06Fix T52940: VSE Glow Effect Strip on transparent images has no blurSergey Sharybin
2017-10-06Error in falloff_angle range in last commitCampbell Barton
2017-10-06Vertex Paint: move normal falloff into the brushCampbell Barton
2017-10-06Vertex Paint: use view normal w/ 2D falloffCampbell Barton
2017-10-06Vertex Paint: use brush front-face settingCampbell Barton
2017-10-06Sculpt: use tube falloff when calculating normalsCampbell Barton
2017-10-06Sculpt: clamp normal to plane w/ projected falloffCampbell Barton
2017-10-06Fix ruler access from search pop-upCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-06Fix T52514: don't clear filename when dropping directory path in file browser.Brecht Van Lommel
2017-10-05Fix T52998: disabled menu entries responding to key shortcuts.Brecht Van Lommel
2017-10-05Fix T53002: Batch-Generate Previews generate empty or none image for large ob...Bastien Montagne
2017-10-05Fix T53001: more workarounds for crash in AMD compiler with recent drivers.Brecht Van Lommel
2017-10-05Code refactor: split displace/background into separate kernels, remove luma.Brecht Van Lommel
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-10-05Cleanup: remove unused struct memberCampbell Barton
2017-10-05Disable cursor drawing while navigatingCampbell Barton
2017-10-05Fix sculpt secondary color missing some brushesCampbell Barton
2017-10-05Cleanup: use bool for brush checksCampbell Barton
2017-10-05Fix brush reset (missing notifier)Campbell Barton
2017-10-05CMake: use restrict w/ gcc, not clangCampbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-10-05CMake: add -Wrestrict for GCCCampbell Barton
2017-10-05Fix passing the same argument twice to BLI_strncpyCampbell Barton
2017-10-05Fix setting the operator name in Py operator APICampbell Barton
2017-10-05Fix incorrect CUDA remaining time estimate after previous commit.Brecht Van Lommel
2017-10-04Cycles: CUDA faster rendering of small tiles, using multiple samples like Ope...Brecht Van Lommel