This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Ton Roosendaal cf313f867d Bugfix #4647
The raytracer wasn't calling node shaders yet, so results showed only
shading for the base material.
This now works, but there's a conflict in the internal Blender shader that
makes recursive raytracing with nodes unpredictable. Basicaly the conflict
is that when a ray wants to shade a point, it should be able to check the
material for mirror properties, but this is undefined for node trees...

Probably we need to separate raytrace entirely from material shading. Is
a good topic for NodeShader 2.0, when we really split up materials in
shading components.

I'll add a note in the release log about this. Best results you get now
when you don't include mirror/ray-transp insde a node tree, in that case
a regular material mirror can render that material perfectly.
2006-07-09 11:54:41 +00:00
..
2006-07-09 11:54:41 +00:00
2006-02-06 22:11:50 +00:00
2005-12-06 17:05:37 +00:00
2006-05-30 13:38:22 +00:00
2006-07-05 17:32:49 +00:00
2006-07-04 10:19:26 +00:00
2006-01-02 13:06:05 +00:00
2006-01-02 13:06:05 +00:00
2006-01-23 22:05:47 +00:00
2006-07-03 09:49:12 +00:00
2006-06-14 08:50:41 +00:00
2006-01-23 22:05:47 +00:00
2006-06-14 12:42:23 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2004-01-05 00:06:11 +00:00
2006-02-07 21:24:36 +00:00