Go to file
Lukas Tönne e15cdec2d4 New compositor node "Sun Beams"
This allows adding a "fake" sun beam effect, simulating crepuscular rays
from light being scattered in a medium like the atmosphere or deep water.
Such effects can be created also by renderers using volumetric lighting,
but the compositor feature is a lot cheaper and is independent from 3D
rendering. This makes it ideally suited for motion graphics.

The implementation uses am optimized accumulation method for gathering
color values along a line segment. The inner buffer loop uses fixed
offset increments to avoid unnecessary multiplications and avoids
variables by using compile-time specialization (see inline comments
for further details).
2014-07-26 12:59:29 +02:00
build_files Install_deps: Force to always compile OCIO for now. 2014-07-25 12:54:55 +02:00
doc Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
extern Fix crash in cases when first BA step happens with all zero-weighted tracks 2014-07-23 00:46:26 +06:00
intern Cycles Bake: show progress bar during bake 2014-07-25 11:42:53 -03:00
release New compositor node "Sun Beams" 2014-07-26 12:59:29 +02:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source New compositor node "Sun Beams" 2014-07-26 12:59:29 +02:00
tests Cleanup: pep8 & redundant vars 2014-07-22 12:03:15 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake: use a list for PLATFORM_LINKLIBS 2014-07-25 14:35:53 +10:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Source Checkers: Include intern/ libs we maintain in spelling checks 2014-07-25 15:17:29 +10:00
SConstruct GSOC 2013 paint 2014-07-21 12:02:05 +02:00