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
2011-10-13Cycles: revert commit that joined surface/volume socket into a single shader ...Brecht Van Lommel
2011-10-13Cycles: code refactoring to split out code from mapping node.Brecht Van Lommel
2011-10-12Cycles: image texture node now uses UV as default texture coordinate,Brecht Van Lommel
2011-10-12Cycles: don't use glsl in textured draw mode, to keep things simpler and fasterBrecht Van Lommel
2011-10-12Cycles: make node with multiple input sockets with the same name work. Previo...Brecht Van Lommel
2011-10-12Cycles: replace surface/volume sockets in output nodes with a single shader s...Brecht Van Lommel
2011-10-11Cycles: add python render engine option to use new shading nodes or not, insteadBrecht Van Lommel
2011-10-03Cycles: fix a few more msvc issues with empty scenes and ustring setting.Brecht Van Lommel
2011-10-03Cycles: some tweaks to silence msvc assertions in debug mode.Brecht Van Lommel
2011-09-28Cycles:Thomas Dinges
2011-09-28Cycles: internal changes that should have no effect on user level yet, addedBrecht Van Lommel
2011-09-28Cycles: add some volume nodes, they don't actually do anything, this is justBrecht Van Lommel
2011-09-27Cycles: fix error in md5 hash computation for files in directories belowBrecht Van Lommel
2011-09-21Cycles: another bugfix for mix closure sampling + bump.Brecht Van Lommel
2011-09-19Cycles: remove deprecated strict aliasing flag for opencl, fix missing updateBrecht Van Lommel
2011-09-18added FindOpenImageIO cmake module.Campbell Barton
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-16Cycles: fix issue with mix shaders, leading to use of uninitialized memory.Brecht Van Lommel
2011-09-16Cycles: fix crash deleting emitting objects.Brecht Van Lommel
2011-09-16Cycles: reenable opencl binary caching on mac, it's not the cause of the prob...Brecht Van Lommel
2011-09-15Cycles: attempted fixes for OS X preview render problem, and disableBrecht Van Lommel
2011-09-12Cycles: fix crash with group node sockets that don't connect to any nodeBrecht Van Lommel
2011-09-12Cycles:Brecht Van Lommel
2011-09-12Cycles:Thomas Dinges
2011-09-12Cycles Render API:Thomas Dinges
2011-09-09Cycles: fix windows build, some minor tweaks.Brecht Van Lommel
2011-09-09Cycles:Brecht Van Lommel
2011-09-08Cycles: some warning fixes, cpu device task tweaks, avoid unnecessaryBrecht Van Lommel
2011-09-05Cycles: use workgroup size from opencl, attempt to fix issue with apple opencl.Brecht Van Lommel
2011-09-05Cycles: remove -Werror from opencl compile options, apple opencl on lionBrecht Van Lommel
2011-09-04Compile fixes for MinGW, checked with basic initial setup, no CUDA, gcc 4.5.2.Antony Riakiotakis
2011-09-03Cycles:Brecht Van Lommel
2011-09-02Cycles: optimizations for instances in scene updates before render starts,Brecht Van Lommel
2011-09-02Cycles:Brecht Van Lommel
2011-09-02Cycles UI:Thomas Dinges
2011-09-02Cycles: compile opencl kernels in non-blocking thread, and don't crash onBrecht Van Lommel
2011-09-02Cycles: fix opencl device bug that crashed on windows. Now shows diffuseBrecht Van Lommel
2011-09-01Cycles: fix broken kernel compile after recent change, some tweaksBrecht Van Lommel
2011-09-01Cycles: OpenCL library is now dynamically loaded so that blender doesn't crashBrecht Van Lommel
2011-09-01Cycles UI:Thomas Dinges
2011-09-01Cycles:Brecht Van Lommel
2011-08-29Cycles: integrator presets, patch by Thomas.Brecht Van Lommel
2011-08-29Cycles: some tweaks to try to get sm_13 shader compiling.Brecht Van Lommel
2011-08-29Cycles: pause button to interrupt viewport renders, in the 3d view header.Brecht Van Lommel
2011-08-29Cycles UI file:Thomas Dinges
2011-08-29Cycles: fix cuda assertion that could be triggerd sometimes, when trying toBrecht Van Lommel
2011-08-29Cycles: preview passes setting to set the max number of passes to render inBrecht Van Lommel
2011-08-28Cycles:Brecht Van Lommel
2011-08-25Cycles: fix linux build issue, link order was wrong.Brecht Van Lommel