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-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-17Fix T53007: OpenSubdiv + transparency = artefact/crashesSergey Sharybin
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Docs: Add comments on workspace removal functionsJulian Eisel
2017-10-16Fix warnings for notifier listenersJulian Eisel
2017-10-16Workspace: Call BKE_viewrender_free from the right placeDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-16Fix compatibility flag for nodetreeDalai Felinto
2017-10-16Replace freeing checks with MEM_SAFE_FREEJoshua Leung
2017-10-14Merge branch 'master' into blender2.8Campbell Barton
2017-10-14Correct bezier curve assertCampbell Barton
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-10-07Eevee: Shadows: Add Contact ShadowsClément Foucault
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-06Cleanup: styleCampbell Barton
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-05Fix sculpt secondary color missing some brushesCampbell Barton
2017-10-05Cleanup: use bool for brush checksCampbell Barton
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-04Fix error copying smoke modifier uv layerCampbell 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-02Eevee : Lamps : Change ESM default exponent.Clément Foucault
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-10-01Weight Paint: restore non-spray functionalityCampbell Barton
2017-09-30Fix vertex paint w/ subsurf drawingCampbell Barton
2017-09-30Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Weight Paint: accumulate supportCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-28Curves: Fix wrong bitset being checked against CYCLIC bit flagSergey Sharybin
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27--debug-gpu-shader: Dump GLSL shaders to diskDalai Felinto
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-26BLI_rand : Make use of BLI_halton and BLI_hammersleyClément Foucault