Blender Git Commit Log

Git Commits -> Revision f493e8e

Revision f493e8e by Ton Roosendaal (master)
February 2, 2006, 17:54 (GMT)
features & fixes:

- Enabled Groups to execute in Compositor. They were ignored still.
Note; inside of groups nothing is cached, so a change of a group input
will recalculate it fully. This is needed because groups are linked
data (instances use same internal nodes).

- Made Composit node "Viewer" display correctly input for images with
1/2/3/4 channels.

- Added pass rendering, tested now with only regular Materials. For
Material nodes this is quite more complex... since they cannot be
easily separated in passes (each Material does a full shade)
In this commit all pass render is disabled though, will continue work on
that later.
Sneak preview: http://www.blender.org/bf/rt.jpg (temporal image)

- What did remain is the 'Normal' pass output. Normal works very nice for
relighting effects. Use the "Normal Node" to define where more or less
light should be. (Use "Value Map" node to tweak influence of the
Normal node 'dot' output.)

- EVIL bug fix: I've spend almost a day finding it... when combining AO and
mirror render, the event queue was totally screwing up... two things not
related at all!
Found out error was in ray-mirror code, which was using partially
uninitialized 'ShadeInput' data to pass on to render code.

- Another fix; made sure that while thread render, the threads don't get
events, only the main program will do. Might fix issues reported by
people on linux/windows.

Commit Details:

Full Hash: f493e8ed2e6af6d1ed4d37906ce445b914374f63
SVN Revision: 6636
Parent Commit: ccbc32a
Lines Changed: +980, -4042

5 Deleted Paths:

/source/blender/renderconverter/intern/convertBlenderScene.c (+0, -3297)
/source/blender/renderconverter/intern/Makefile (+0, -58)
/source/blender/renderconverter/Makefile (+0, -37)
/source/blender/renderconverter/RE_renderconverter.h (+0, -101)
/source/blender/renderconverter/SConscript (+0, -21)

16 Modified Paths:

/source/blender/blenkernel/intern/node.c (+61, -41) (Diff)
/source/blender/blenkernel/intern/node_composite.c (+134, -39) (Diff)
/source/blender/blenlib/intern/threads.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/render/extern/include/RE_pipeline.h (+32, -27) (Diff)
/source/blender/render/extern/include/RE_shader_ext.h (+6, -2) (Diff)
/source/blender/render/intern/include/pixelblending.h (+1, -0) (Diff)
/source/blender/render/intern/include/rendercore.h (+1, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+73, -16) (Diff)
/source/blender/render/intern/source/pixelblending.c (+15, -31) (Diff)
/source/blender/render/intern/source/ray.c (+14, -10) (Diff)
/source/blender/render/intern/source/rendercore.c (+594, -332) (Diff)
/source/blender/render/intern/source/zbuf.c (+11, -5) (Diff)
/source/blender/src/buttons_scene.c (+10, -9) (Diff)
/source/blender/src/drawnode.c (+2, -2) (Diff)
/source/blender/src/editnode.c (+18, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021