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
2018-01-11Fix T53340: Outliner collections collapsing when UNDODalai Felinto
2018-01-11Fix T51576: Blender crash when change to edit mode with some Intel GPUsGermano
2018-01-11Eevee: DoF: Fix most color artifacts in render.Clément Foucault
2018-01-11Eevee: Fix Depth of Field.Clément Foucault
2018-01-11Eevee: Lamps: Optimize lamps CPU/Memory usage.Clément Foucault
2018-01-11Fix poll and name of collection link/unlink operatorsDalai Felinto
2018-01-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-11Subsurf: Allow partial threading over geometry arraysSergey Sharybin
2018-01-11Mesh evaluate: Tweak threadability criteriaSergey Sharybin
2018-01-11Mesh deform: Tweak threadability criteriaSergey Sharybin
2018-01-11Subsurf: Make copyFinalLoopArray() threadedSergey Sharybin
2018-01-11Depsgraph: Make eval initialization more friendly for threadingSergey Sharybin
2018-01-11Subsurf: Use regular mutex instead of RW oneSergey Sharybin
2018-01-11Merge branch 'master' into blender2.8Bastien Montagne
2018-01-11Fix critical issue with our DNA ID tags (two totally different tags having sa...Bastien Montagne
2018-01-11Fix static override (very stupid mistakes in code!)Bastien Montagne
2018-01-11Further fixes to new RNA props diff code.Bastien Montagne
2018-01-11Fix T53311: transform edge/normal orientationCampbell Barton
2018-01-11Fix T53755: Cycles OpenCL lamp shaders have incorrect normal.Brecht Van Lommel
2018-01-11UI: option not to show screen splitting widgetsCampbell Barton
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11UI: don't draw outline when it's not calculatedCampbell Barton
2018-01-11Cycles: support animated object scale in motion blur.Stefan Werner
2018-01-11Fix T53455: Object disappear w/ TrackTo constraintCampbell Barton
2018-01-11Fix T53752: Draw curve fails w/ stylusPhilipp Oeser
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2018-01-11Fix Windows compiler warning using WITH_CYCLES_NATIVE_ONLY.Brecht Van Lommel
2018-01-11Fix issue with moving CUDA memory to host and multiple devices.Brecht Van Lommel
2018-01-11Fix T53692: OpenCL multi GPU rendering not using all GPUs.Brecht Van Lommel
2018-01-11Cleanup: Naming, avoid passing bContext to low-level function, etcJulian Eisel
2018-01-11Fix crash when deleting collectionsJulian Eisel
2018-01-10Subsurf: Loop array should not be called mvSergey Sharybin
2018-01-10Subsurf: Remove increment of unused variableSergey Sharybin
2018-01-10Fix compilation errorSergey Sharybin
2018-01-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-10Fix wrong data type used for undo memory limitSergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Task scheduler: Use more const qualifiersSergey Sharybin
2018-01-10RNA: Increase memory limit settings to their possible max on platformSergey Sharybin
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
2018-01-10Fix color for manipulator drawingCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Alternate fix for brush user countCampbell Barton
2018-01-10Correction to brush user commitCampbell Barton
2018-01-10Fix background_job templateCampbell Barton
2018-01-10Fix brush user countCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Campbell Barton