Blender Git Commit Log

Git Commits -> Revision d2d1b19

Revision d2d1b19 by Sergey Sharybin (master)
October 22, 2014, 13:53 (GMT)
Cycles: Expose volume voxel data interpolation to the interface

It is per-material setting which could be found under the Volume settings
in the material and world context buttons.

There could still be some code-wise improvements, like using variable-size
macro for interp3d instead of having interp3d_ex to which you can pass the
interpolation method.

Commit Details:

Full Hash: d2d1b19170c5790b2ef971f5d825d3c36e008513
Parent Commit: c24698a
Lines Changed: +54, -9

8 Modified Paths:

/intern/cycles/blender/addon/properties.py (+19, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+2, -0) (Diff)
/intern/cycles/blender/blender_shader.cpp (+2, -0) (Diff)
/intern/cycles/kernel/geom/geom_volume.h (+10, -2) (Diff)
/intern/cycles/kernel/kernel_compat_cpu.h (+8, -0) (Diff)
/intern/cycles/kernel/kernel_types.h (+9, -7) (Diff)
/intern/cycles/render/shader.cpp (+3, -0) (Diff)
/intern/cycles/render/shader.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021