Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2016-02-05 23:33:37 +0300
committerThomas Dinges <blender@dingto.org>2016-02-05 23:33:37 +0300
commitca88bc5ac13efd8ea7157ab97396db51bb0bda64 (patch)
tree067bb45118580b769c260ed64a8faf2283f4ffec /intern/cycles/render/shader.h
parent2685d45fa2b26e713b9e7d0e9f618fffe62a843c (diff)
Cleanup: Rename has_heterogeneous_volume variable.
No functional changes, this change is done for consistency of upcoming changes.
Diffstat (limited to 'intern/cycles/render/shader.h')
-rw-r--r--intern/cycles/render/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index 954e1f56fff..5b8c53110eb 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -106,7 +106,7 @@ public:
bool has_displacement;
bool has_surface_bssrdf;
bool has_bssrdf_bump;
- bool has_heterogeneous_volume;
+ bool has_volume_spatial_varying;
bool has_object_dependency;
bool has_integrator_dependency;