blender/release/scripts
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
..
addons@59ff66fa7a Fix T40983 Particle Texture use of generated coordinates is wrong. 2014-07-08 13:44:58 +02:00
addons_contrib@9c1b7252bb Fix T40983 Particle Texture use of generated coordinates is wrong. 2014-07-08 13:44:58 +02:00
freestyle Freestyle: minor revisions of Python API docstrings and comments. 2014-07-24 14:29:38 +09:00
modules Updates/fixes for new UI messages. 2014-07-23 20:59:40 +02:00
presets Fix T41081: Presets not working on pinned properties panels. 2014-07-18 11:37:57 +02:00
startup New compositor node "Sun Beams" 2014-07-26 12:59:29 +02:00
templates_osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
templates_py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00