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/intern
AgeCommit message (Expand)Author
2014-07-15Fix T40964: Massive shading failures with glass node mixing, whiteouts and bl...Sergey Sharybin
2014-07-15BGE: TrackTo actuator: increasing up & track axis optionsJorge Bernal
2014-07-13Fix T40987: Distant Lamps have no influence on Volumes.Thomas Dinges
2014-07-11Fix T41023: Specific material cause bad render result, different on CPU/GPUSergey Sharybin
2014-07-10Cycles: Add link to a paper used for Beckmann table calculationSergey Sharybin
2014-07-10Fix T41005: Seemingly random crashes with cycles renderingSergey Sharybin
2014-07-10Cleanup: Same thing in path trace setup, we can safely always assign the prop...Thomas Dinges
2014-07-10Cleanup: Always assign num_samples, there is no need for this special define.Thomas Dinges
2014-07-09Fix T41003: Object Info's Random socket produces erratic results whenLukas Tönne
2014-07-07Code cleanup: Simplify decoupled scattering code a bit.Thomas Dinges
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-07-07Cycles: Fix crash with environment maps and packed imagesSergey Sharybin
2014-07-06Cycles: Equi-Angular and MIS Volume sampling work on GPU now.Thomas Dinges
2014-07-06Fix part of T40964: Glass shader was giving wrong results with OSL.Thomas Dinges
2014-07-05Cycles: Some tweaks to baking UI.Thomas Dinges
2014-07-05Cleanup: Typo fixes.Thomas Dinges
2014-07-05Cycles: Compile fixes for CUDA Volumetrics.Thomas Dinges
2014-07-04Fix T40843: Cycles does not support viewport render overrideSergey Sharybin
2014-07-03Fix T39825: Crash on startup with tabletCampbell Barton
2014-07-02Cycles: Update CUDA error messages, based on Toolkit 6.0.Thomas Dinges
2014-07-02Cleanup: Remove unused checks in CUDA device code.Thomas Dinges
2014-07-02Cleanup: Update list and remove ifdef here.Thomas Dinges
2014-07-01Fix T40888: Memory error when selecting Cycles render engineSergey Sharybin
2014-07-01Fix T40065: Pressing Esc in separate render result window does not focus main...Tamito Kajiyama
2014-07-01CMake: correct include dirsCampbell Barton
2014-06-30Condition was inverted in the previous transparent shadows commitSergey Sharybin
2014-06-30Cmake: Remove warning for pre CUDA 5.0 Toolkit, not supported anymoreThomas Dinges
2014-06-30Fix T40836: Cycles volume scattering shader crashSergey Sharybin
2014-06-28Cycles: use SYSTEM for external includesCampbell Barton
2014-06-28CMake: update source filesCampbell Barton
2014-06-27Fix T40797: Crash on render on specific file with volumentrics and 'use hair'...Sergey Sharybin
2014-06-27Fix for DeviceScene::attributes_uchar4 not released properlyTamito Kajiyama
2014-06-26Fix T40816, SSS brightness difference with Sample All Direct Lights.Thomas Dinges
2014-06-26Fix compilation error with scons and older pythonsSergey Sharybin
2014-06-24Fix T40695: world surface shader incorrectly visible with world volume.Brecht Van Lommel
2014-06-23OSX: Fix T40749, own mistake for m_lionStyleFullScreen conditionJens Verwiebe
2014-06-23Fix compiler error in Cycles Beckmann sampling precomputation: strictLukas Tönne
2014-06-22Cycles: improved Beckmann sampling using precomputed dataBrecht Van Lommel
2014-06-22Fix T40703: cycles viewport smoke not updating when changing frame.Brecht Van Lommel
2014-06-22Fix T40714: cycles not loading CMYK jpeg files correctly.Brecht Van Lommel
2014-06-22Fix cycles "Is Singular Ray" being on for Camera rays, now is off.Brecht Van Lommel
2014-06-20Fix T40692, Checker Texture derivation on very large scales (1k).Thomas Dinges
2014-06-19Cycles: Make Volume Bounces default to 0. This is quiet a bit faster, and pro...Thomas Dinges
2014-06-19Python: Remove deprecated uses of os.popenCampbell Barton
2014-06-19Cycles: attempt to solve compilation error on 32bit OSXSergey Sharybin
2014-06-17Cycles: only use -fno-rtti with OSL (conflicts with -fsanitize=vptr)Campbell Barton
2014-06-16Cycles: Slight modification to the previous commitSergey Sharybin
2014-06-16Cycles: Fix compilation error on 32bit platformsSergey Sharybin
2014-06-16Cycles: Fix compilation error on platforms without SSE2Sergey Sharybin
2014-06-16I'd tend to declare dead code is forbiddenSergey Sharybin