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-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-08Silence warning from ColladaDalai Felinto
2017-11-08I18n: add Hausa languages, since we now have a few messages translated. ;)Bastien Montagne
2017-11-08Fix blender player build.Brecht Van Lommel
2017-11-08Fix incorrect bevel shader in GLSL (should work as if there is no bevel node).Brecht Van Lommel
2017-11-08Fix T53092: errors reading EXR files with different data/display window.Brecht Van Lommel
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-11-08Fix EXR multilayer compositing result saving issues.Brecht Van Lommel
2017-11-08Fix image editor showing pass name when there is only a combined pass.Brecht Van Lommel
2017-11-08Fix incorrect color management when saving JPG previews for EXR.Brecht Van Lommel
2017-11-08Cycles: add bevel shader, for raytrace based rounded edges.Brecht Van Lommel
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-08Cycles: antialias normal baking if the mesh has a bump map.Brecht Van Lommel
2017-11-08Cycles: add an extra CUDA synchronize before rendering.Brecht Van Lommel
2017-11-08Fix incorrect MIS weights in Cycles with multiple lights.Brecht Van Lommel
2017-11-07Windows: Add additional crash diagnostic information.Ray Molenkamp
2017-11-07Cycles: Cleanup, styleSergey Sharybin
2017-11-07Fix T53129: Cycles missing update when changing image auto refresh.Brecht Van Lommel
2017-11-07macOS: remove old OpenMP lib stuff from cmakeArto Kitula
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Fix T53250: Crash when linking/appending a scene to a blend when another link...Bastien Montagne
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-11-05Code refactor: remove emission and background closures, sum directly.Brecht Van Lommel
2017-11-05Cycles: fix inefficient attribute map storage, saves 615MB in victor scene.Brecht Van Lommel
2017-11-05Code refactor: device memory cleanups, preparing for mapped host memory.Brecht Van Lommel
2017-11-05Cycles: reserve CUDA local memory ahead of time.Brecht Van Lommel
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-05Cleanup: remove paranoid NULL checkCampbell Barton
2017-11-05Cleanup: indentation, line wrappingCampbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-04UI: tool-tip refactor, don't hard code field typesCampbell Barton
2017-11-04UI: correct flag re-useCampbell Barton
2017-11-04Code refactor: replace CUDA array with linear memory for 1D and 2D textures.Brecht Van Lommel
2017-11-03Fix T53247: mixed CPU + GPU render wrong texture limits.Brecht Van Lommel
2017-11-03Scene RNA API: More global mains goes awaySergey Sharybin
2017-11-03Scene RNA API: Main from globals goes awaySergey Sharybin
2017-11-03Cleanup: split interface_regions.cCampbell Barton
2017-11-03Fix incorrect allocation sizeCampbell Barton
2017-11-03Fix Blenderplayer (tm)Jens Verwiebe
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Cleanup: minor comment correctionCampbell Barton
2017-11-02UI: add UI_SELECT_DRAW flagCampbell Barton
2017-11-02Alembic: not using global in unit test.Sybren A. Stüvel
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-11-02UI: free up bit in uiBut.flagCampbell Barton
2017-11-02Cycles: Add another limit to OpenCL memory usageMai Lavelle
2017-11-02Space clip: Make it more clear that filter track does not use any settings fr...Sergey Sharybin
2017-11-02UI: use button_operator in operator_menu_holdCampbell Barton
2017-11-02Cleanup: code styleCampbell Barton