Blender Git Commit Log

Git Commits -> Revision 9b8dae7

Revision 9b8dae7 by Brecht Van Lommel (master)
March 8, 2012, 19:52 (GMT)
Cycles: support for environment texture "Mirror Ball" projection mode, next to
existing "Equirectangular". This projection is useful to create light probes
from a chrome ball placed in a real scene. It expects as input a photograph of
the chrome ball, cropped so the ball just fits inside the image boundaries.

Example setup with panorama camera and mixing two (poor quality) photographs
from different viewpoints to avoid stretching and hide the photographer:
http://www.pasteall.org/pic/28036

Commit Details:

Full Hash: 9b8dae71a5e0f5cccb4031dbe5f07aae01744c82
SVN Revision: 44750
Parent Commit: 0f3e182
Lines Changed: +205, -52

11 Modified Paths:

/intern/cycles/blender/blender_shader.cpp (+1, -0) (Diff)
/intern/cycles/kernel/kernel_montecarlo.h (+32, -0) (Diff)
/intern/cycles/kernel/svm/svm_image.h (+10, -1) (Diff)
/intern/cycles/render/nodes.cpp (+118, -35) (Diff)
/intern/cycles/render/nodes.h (+2, -0) (Diff)
/intern/cycles/render/svm.cpp (+12, -12) (Diff)
/intern/cycles/render/svm.h (+3, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+12, -1) (Diff)
/source/blender/nodes/shader/nodes/node_shader_tex_environment.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021