Blender Git Statistics -> Branches -> soc-2013-dingto

"Soc-2013-dingto" branch

Total commits : 57
Total committers : 3
First Commit : August 17, 2013
Latest Commit : December 26, 2013


Commits by Month

DateNumber of Commits
December, 201310
November, 20133
October, 20137
September, 201330
August, 20137

Committers

AuthorNumber of Commits
Thomas Dinges43
Brecht Van Lommel10
Lukas Toenne4

Popular Files

FilenameTotal Edits
kernel_volume.h17
kernel_path.h12
nodes.cpp10
kernel_types.h8
volume.h7
osl_closures.cpp6
svm_types.h6
osl_closures.h5
blender_shader.cpp5
CMakeLists.txt5

Latest commits Feed

December 26, 2013, 15:14 (GMT)
Cycles: remove disabled kernel_volume_get_final_homogeneous_extinction code.

I'm not quite sure why this would be needed. It gives per color channel sigma,
which we should have so we can compute per channel attentuation without noise
instead of the single float now.

However I think this should be handled at a deeper level by making sigma a
float3 everywhere instead of doing some kind of correction for this afterwards.
December 26, 2013, 14:56 (GMT)
Cycles Volume: remove some unnecessary rngs from shadow computation.
December 26, 2013, 14:56 (GMT)
Cycles Volume: add appropriate shader contexts for OSL.

This is needed to avoid using same memory block twice when the closures from
a shader evaluation are in use at the same time as the closures from another
evaluation.
December 26, 2013, 14:25 (GMT)
* New Volume Absorption node was missing in Node Editor menu.
December 26, 2013, 13:58 (GMT)
Cycles Volume: implement volume absorption node.

This is the transparent volume node renamed, currently it is basically the
same as a scatter volume node with anisotropy 1, so it scatters light perfectly
forward.

This also does some tweaks to the henyey-greenstein closure code to avoid
division by zero and to make eval/sample consistent in some corner cases, and
some other code cleanup related to volume shaders.
December 26, 2013, 10:18 (GMT)
Merge branch 'master' into soc-2013-dingto
December 8, 2013, 12:00 (GMT)
Cycles Volume: materials without a surface shader now act transparent when
there is a volume shader.

This is the behavior you would expect I think and makes setup easier. More
optimizations are possible in this case to avoid surface shading altogether, but
it's probably not so noticeable altogether as this will early out and not get to
any expensive computations as far as I know.

Note that these still count as transparent bounces even if there is no BSDF. Not
entirely happy with that, but there should be some way to limit the depth?
December 8, 2013, 12:00 (GMT)
Cycles Volume: remove use volumetrics option.

In general it should not be needed to turn on such features, cycles should
auto-detect if there is a volume shader and just use it. It would be useful
at some point to have global options to turn off effects, but we better group
those options somewhere then.
December 8, 2013, 12:00 (GMT)
Cycles Volume: rename isotropic to scatter volume, g to anisotropy, scattering to volume bounces.
December 8, 2013, 12:00 (GMT)
Merge branch 'master' into soc-2013-dingto
November 21, 2013, 07:09 (GMT)
Merge branch 'master' into soc-2013-dingto
November 18, 2013, 08:00 (GMT)
Merge branch 'master' into soc-2013-dingto

Solved conflicts with __device to ccl_device change, was actually quite easy.
November 1, 2013, 09:00 (GMT)
Merged revision(s) 60839-61042 from trunk/blender into soc-2013-dingto.
October 18, 2013, 07:38 (GMT)
Merged revision(s) 60651-60838 from trunk/blender into soc-2013-dingto.
October 9, 2013, 20:56 (GMT)
Merged revision(s) 60459-60650 from trunk/blender into soc-2013-dingto.


October 9, 2013, 18:08 (GMT)
Volume:
* Style and code cleanup for volume.h closure file.
* Revert rename of henyey-greenstein closure to isotropic, the actual node name is still unsure, but the closure name should be called what it is.
October 3, 2013, 22:36 (GMT)
Volume:
* Remove the "start" variable from the sampler code.
This was hard coded to 0.0f and therefore had no effect on the calculations.
October 3, 2013, 22:04 (GMT)
Volume:
* More style and code cleanup.
October 3, 2013, 21:27 (GMT)
Volume:
* Some renaming and move common epsilons to #defines.
October 3, 2013, 21:04 (GMT)
Volume:
* Some code cleanup for shadow_blocked_new, renamed to shadow_blocked_volume() now.
* Also re-order the parameters, so the first 4 match the shadow_blocked() function.

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021