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-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
2017-10-04Fix use of uninitialized memory in Cycles normal baking.Brecht Van Lommel
2017-10-04Code refactor: zero render buffers outside of kernel.Brecht Van Lommel
2017-10-04Code refactor: use split variance calculation for mega kernels too.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.Brecht Van Lommel
2017-10-04Code refactor: add WorkTile struct for passing work to kernel.Brecht Van Lommel
2017-10-04Fix T52645, T52645: AMD OpenCL compiler crash with recent drivers.Brecht Van Lommel
2017-10-04installdeps: Fix building numpy with newer py system...Bastien Montagne
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash o...Ray Molenkamp
2017-10-04Fix error copying smoke modifier uv layerCampbell Barton
2017-10-04Tssst, we use USA english, not Oxford one... :PBastien Montagne
2017-10-04Fix i18n messages extraction script, and a few more UI messages...Bastien Montagne
2017-10-04Fix T52982: Join operator with context override crashes Blender 2.79Sergey Sharybin
2017-10-04Fix T52923: Circle diameter is in fact radiusCampbell Barton
2017-10-04Cleanup: redundant castsCampbell Barton
2017-10-04Docs: remove outdated PyAPI guideCampbell Barton
2017-10-04PyAPI: fast keyword parsing for __import__Campbell Barton
2017-10-04PyAPI: fast keyword parsing for bpy.propsCampbell Barton
2017-10-03Some UI/messages fixes.Bastien Montagne
2017-10-03CMake: avoid naming collisionCampbell Barton
2017-10-03Python: bump minimum version to 3.6Campbell Barton
2017-10-03Cleanup: remove unused vpaint projection handleCampbell Barton
2017-10-03Weight Paint: blend smear toolCampbell Barton
2017-10-03Vertex Paint: fix feedback loop w/ smear toolCampbell Barton
2017-10-03Fix bplayer (c)Bastien Montagne
2017-10-03Fix T52981: 2D Curve shapes do not render untill extrudedSergey Sharybin
2017-10-03Change weigth paint accumulate mechanics to fix problems with mirroring.Alexander Gavrilov
2017-10-03Vertex Paint: smear got wrong last-locationCampbell Barton
2017-10-03Error in last commit, weight must be set for non-accumulateCampbell Barton
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-10-03Correct int division in last commitCampbell Barton
2017-10-03Weight Paint: add some color blending modesCampbell Barton
2017-10-02Buildbot: Re-enable cuda binaries, those should workSergey Sharybin
2017-10-02Disable multithreaded weight paint when mirroring is enabled.Alexander Gavrilov
2017-10-02Remove brush versioning (again!)Campbell Barton
2017-10-02Fix T52927: Compositor wrong scale when scale size input is connected to comp...Sergey Sharybin
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-02Sculpt: calculate plane instead of point,normalCampbell Barton
2017-10-02Cleanup: add 'sphere' to sculpt test function nameCampbell Barton
2017-10-02Cleanup: indentation, whitespaceCampbell Barton
2017-10-02Math Lib: distance to AABBCampbell Barton
2017-10-02Compositor: Fix strict compilation warnings when debug is enabledSergey Sharybin
2017-10-02Compositor: Fix compilation error with debug enabledSergey Sharybin
2017-10-02Fix T52920: Saving Tiff Files type Blender crashesSergey Sharybin
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-10-01Vertex Paint: use squared distance testCampbell Barton
2017-10-01Vertex Paint: respect 'normal' optionCampbell Barton