blender/intern
Ton Roosendaal da376e0237 Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later.
Cycles uses code from some great open source projects, many thanks them:

* BVH building and traversal code from NVidia's "Understanding the Efficiency of Ray Traversal on GPUs":
http://code.google.com/p/understanding-the-efficiency-of-ray-traversal-on-gpus/
* Open Shading Language for a large part of the shading system:
http://code.google.com/p/openshadinglanguage/
* Blender for procedural textures and a few other nodes.
* Approximate Catmull Clark subdivision from NVidia Mesh tools:
http://code.google.com/p/nvidia-mesh-tools/
* Sobol direction vectors from:
http://web.maths.unsw.edu.au/~fkuo/sobol/
* Film response functions from:
http://www.cs.columbia.edu/CAVE/software/softlib/dorf.php
2011-04-27 11:58:34 +00:00
..
audaspace Fix for [#26990] Loading file w packed audio crashes 2011-04-18 14:24:36 +00:00
boolop doxygen: intern/boolop tagged 2011-02-25 10:32:33 +00:00
bsp doxygen: intern/bsp tagged 2011-02-25 10:44:20 +00:00
container doxygen: intern/container tagged 2011-02-25 10:45:31 +00:00
cycles Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
decimation doxygen: intern/decimation tagged 2011-02-25 10:47:28 +00:00
elbeem doxygen: intern/elbeem tagged 2011-02-25 10:51:01 +00:00
ghost quiet some clang warnings & fix for bugs in exceptional cases. 2011-04-23 12:57:03 +00:00
guardedalloc converted more mixed tab/space indentations to tabs. only whitespace changes. 2011-04-21 15:53:30 +00:00
iksolver doxygen: intern/iksolver tagged. Leaving out TNT, since we have it in multiple locations. 2011-02-25 11:43:19 +00:00
itasc clear some c++ warnings. 2011-03-27 07:56:29 +00:00
memutil includes for building with gcc 4.6 on fedora. 2011-03-30 16:14:54 +00:00
mikktspace use 'is None' rather then '== None' as suggested by python docs & mis-spelling. 2011-03-29 04:16:55 +00:00
moto doxygen: intern/moto tagged. 2011-02-25 11:49:19 +00:00
opennl remove DEBUG flag from OpenNL with cmake, was giving too many prints in the console when unwrapping. 2011-03-29 11:50:37 +00:00
smoke doxygen: intern/smoke tagged. 2011-02-25 11:50:46 +00:00
string doxygen: intern/string tagged. 2011-02-25 11:51:19 +00:00
CMakeLists.txt Move mikktspace code to own library, so it is clear that it is also 2011-02-15 09:24:35 +00:00
SConscript Move mikktspace code to own library, so it is clear that it is also 2011-02-15 09:24:35 +00:00