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-06Merge branch 'master' into blender28Campbell Barton
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-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Draw manager: Avoid unneeded memory malloc/free when attempting to create mis...Sergey Sharybin
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-05PyAPI: fast keyword parsing for bpy modulesCampbell 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-04Eevee : Fix T52991Clément Foucault
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash o...Ray Molenkamp
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