blender/intern/cycles
Brecht Van Lommel 27043b8e40 Cycles code internals: add support for mesh voxel grid attributes.
These are internally stored as a 3D image textures, but accessible like e.g.
UV coordinates though the attribute node and getattribute().

This is convenient for rendering e.g. smoke objects where data like density is
really a property of the mesh, and it avoids having to specify the smoke object
in a texture node, instead the material will work with any smoke domain.
2014-03-29 13:03:48 +01:00
..
app Fix for build error in Cycles standalone caused by new DeviceDrawParams 2014-03-26 18:11:16 +01:00
blender Cycles code internals: add CPU kernel support for 3D image textures. 2014-03-29 13:03:48 +01:00
bvh Cycles: add support for curve deformation motion blur. 2014-03-29 13:03:47 +01:00
cmake Cycles / Standalone: 2013-08-30 17:34:27 +00:00
device Cycles code internals: add CPU kernel support for 3D image textures. 2014-03-29 13:03:48 +01:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles code internals: add support for mesh voxel grid attributes. 2014-03-29 13:03:48 +01:00
render Cycles code internals: add support for mesh voxel grid attributes. 2014-03-29 13:03:48 +01:00
subd Cycles: experimental OpenSubdiv code. 2013-11-28 02:11:42 +01:00
util Cycles: add support for mesh deformation motion blur. 2014-03-29 13:03:47 +01:00
CMakeLists.txt CMake: disable SSE flags if gcc/clang don't support 2014-03-27 08:33:33 +11:00
SConscript Fix sconscript syntax error when using python 2.x instead of 3.x. 2014-01-29 14:50:20 +01:00