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-04-15Merge branch 'master' into soc-2016-multiviewsoc-2016-multiviewTianwei Shen
2017-04-15replace Set(Get)ClipNum() with MaxClip()+1Tianwei Shen
2017-04-15Fix T51149: Joining curves allows 2D curves in 3DCampbell Barton
2017-04-15Object.raycast: error in previous commitGermano Cavalcante
2017-04-15Fix: Object.raycast: error to free treedataGermano Cavalcante
2017-04-15Object.raycast: Also test distance from BoundBoxGermano Cavalcante
2017-04-15Object.raycast: Test the hit on the BoundBox firstGermano Cavalcante
2017-04-15Fix Player stubs (tm)Jens Verwiebe
2017-04-15Fix T51216: SSAO attenuation not being scale invariant.Brecht Van Lommel
2017-04-14Alembic import: fixed dupligroup export when the dupli-empty has a parentSybren A. Stüvel
2017-04-14Alembic export: fixed flattened dupligroup importSybren A. Stüvel
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-14Fix T49429: incorrect Blender internal viewport border render with DrawPixels...Brecht Van Lommel
2017-04-14Alembic import: greatly improved curve/hair import performanceSybren A. Stüvel
2017-04-14Added simple unittests for Alembic exporterSybren A. Stüvel
2017-04-14Cleanup: triple quotes for docstringsCampbell Barton
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
2017-04-14Buildbot: Fix typosSergey Sharybin
2017-04-14Buildbot: Attempt to fix CUDA compilation on OSXSergey Sharybin
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-04-13Alembic export: unified code of exploreTransform and exploreObject.Sybren A. Stüvel
2017-04-13Alembic export: added support for writing dupli-groupsSybren A. Stüvel
2017-04-13Fix Surface Deform crash with missing or freed DMLuca Rood
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
2017-04-13Alembic import: fixed off-by-one error in start/end frameSybren A. Stüvel
2017-04-13Task scheduler: Fix typo in TLS for pools created from non-main threadSergey Sharybin
2017-04-13Fix Blenderplayer (c)Bastien Montagne
2017-04-13Add red alert in UI controls for datablock pointer propertiesAlexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-04-13Cycles: Use more explicit and commonly used names for BVH structuresSergey Sharybin
2017-04-12Task scheduler: Prevent race condition for the pools created from non-main th...Sergey Sharybin
2017-04-12Fix T50227: Alembic uv export/load issueSybren A. Stüvel
2017-04-12Fix T51184: Crash of Blender when I try to join an object with one that has b...Sergey Sharybin
2017-04-12Alembic export: fixed exporting as "flat"Sybren A. Stüvel
2017-04-12Alembic export: removed superfluous export_object() check.Sybren A. Stüvel
2017-04-12Cleanup: use lowercase gpu prefix for static funcsCampbell Barton
2017-04-12Color management: Avoid memory copy into same bufferSergey Sharybin
2017-04-12Docs: minor improvement to code exampleCampbell Barton
2017-04-11Fix: width of UILayout.prop_enum() buttonsraa
2017-04-11Cycles: Only calculate global size of split kernel once to avoid changesMai Lavelle
2017-04-11Cycles: Implement automatic global size for CUDA split kernelMai Lavelle
2017-04-11Cleanup: quiet harmless but annoying overflowCampbell Barton
2017-04-11Remove redundant glColor callCampbell Barton
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-11UI: Add missing UV tools in the UV/Image Editor Window > Tools tabAaron Carlisle
2017-04-11UI: Do not put walk navigation settings inside an if statementAaron Carlisle
2017-04-10Fix stereoscopic camera volume drawing.Bastien Montagne