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
2016-07-18Fix T48877: Lightmap Pack fails w/ 1-3 facesCampbell Barton
2016-07-18CMake: correct py-module on OSXCampbell Barton
2016-07-18Fix T48860: Cycles SSS artifacts with spatially split BVHSergey Sharybin
2016-07-17Cycles: Fix OpenCL compilation after the recent numerical fixesLukas Stockner
2016-07-17BLI_heap: replace memarena w/ local allocatorCampbell Barton
2016-07-17Cleanup: minor edits to BLI_heapCampbell Barton
2016-07-16Cycles: Fix three numerical issues in the fresnel, normal map and Beckmann codeLukas Stockner
2016-07-16Cycles: Deduplicate geometric factor calculation in the Beckmann distributionLukas Stockner
2016-07-16Fix use after free error from ab993e37Campbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-16Cleanup: line lengthCampbell Barton
2016-07-16Use the value `VIEW_PROJ_PERSP` in the remaining placesGermano Cavalcante
2016-07-15Cycles: Fix refitting of regular BVHSergey Sharybin
2016-07-15UI: modifier keys now trigger number button updatesCampbell Barton
2016-07-15Bump maximum threads number to 1024Sergey Sharybin
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-07-15fix T48857: Improved the handling of Material Alpha, based on patch D1949 wit...Sandy Carter
2016-07-15Collada: changed specification of material alpha from using transparency to u...Gaia Clary
2016-07-15Re-initialize source/tools submoduleSergey Sharybin
2016-07-15missed from last commitCampbell Barton
2016-07-15Object Snap: make normal argument optionalCampbell Barton
2016-07-15Fix T48855: Ruler thickness broken in ortho viewCampbell Barton
2016-07-15Object Snap: replace perspective bool with enumCampbell Barton
2016-07-15Correct error in snap commitCampbell Barton
2016-07-15Cleanup: use BLI_math for paint smooth-strokeCampbell Barton
2016-07-15Cleanup: rename snap varsCampbell Barton
2016-07-15Add "Snap Selection to Active" option in menuCampbell Barton
2016-07-15Support for loading multiple images from the file selectorCampbell Barton
2016-07-15Fix select grouped parent, extend option was ignoredCampbell Barton
2016-07-15UI: Remove spaces around '/'Campbell Barton
2016-07-15Sequencer: Remove add effect strip filesel propertiesCampbell Barton
2016-07-15Fix py-driver in startup.blend crash in background modeCampbell Barton
2016-07-14Code cleanup: show unused arguments names for ShaderNode::constant_fold.Brecht Van Lommel
2016-07-14fix T48857: Added support for transparency (used Patch D1949 from bwrsandman ...Gaia Clary
2016-07-14Use BMesh solver for new boolean modifiersCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-14Fix T48844: Nodetrees of appended materials/textures/etc. were not correctly ...Bastien Montagne
2016-07-14Correct recent own fix to id_clear_lib_data_ex().Bastien Montagne
2016-07-14Cleanup/refactor: handle shapekeys exactly like 'owned' nodetrees in make_loc...Bastien Montagne
2016-07-14Cleanup: use BKE's ntreeFromID in readfile instead of local same function.Bastien Montagne
2016-07-14Fix bad handling of datablock's nodetree id_clear_lib_data_ex().Bastien Montagne
2016-07-14Get rid of BKE_key_make_local().Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-14Fix T48843: Sequencer crash with many effectsCampbell Barton
2016-07-14Add developer tools submoduleCampbell Barton
2016-07-14Cleanup: line lengthCampbell Barton
2016-07-14PyAPI: minor cleanup with library linkingCampbell Barton
2016-07-14Consolidate multiple checks for out->rect_float in prepare_effect_imbufs()Chad Fraleigh
2016-07-14Cleanup: Use BKE_scene_base_add for creating basesJulian Eisel
2016-07-14Cycles: Give better idea which OpenCL kernel is currently compilingSergey Sharybin