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-10-04Eevee : Fix T52991Clément Foucault
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
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-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-03Eevee: Some changes to the Render / Render layers settings panel.Clément Foucault
2017-10-03Object Mode : Fix probe paralax display.Clément Foucault
2017-10-03DRW: Fix Feedbackloop warning.Clément Foucault
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-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-03Merge branch 'master' into blender2.8Sergey Sharybin
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-02Eevee : Fix grid black fill.Clément Foucault
2017-10-02Gawain : Add workaround to fix bad sync of the program_in_use flag.Clément Foucault
2017-10-02Eevee : Fix ghosting from probe data when toggling "only render".Clément Foucault
2017-10-02Eevee : SSR : Make sure to not apply Specular Occlusion to SSR.Clément Foucault
2017-10-02Eevee : Probe Grid : Fix Update tagging.Clément Foucault
2017-10-02Eevee : Probe Cubemap : Fix Broken Display data.Clément Foucault
2017-10-02Eevee : Light Grid : Init grid to black instead of world color.Clément Foucault
2017-10-02Eevee : Lamps : Change ESM default exponent.Clément Foucault
2017-10-02Disable multithreaded weight paint when mirroring is enabled.Alexander Gavrilov
2017-10-02Remove brush versioning (again!)Campbell Barton
2017-10-02Depsgraph: Fix/workarounf when tagging light probe for data updateSergey Sharybin
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-01Compile fixes for MSVC:Andrea Weikert