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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2015-04-26 01:06:38 +0300
committerThomas Dinges <blender@dingto.org>2015-04-26 01:06:38 +0300
commit8dd055cd47073adccb0b596384b8e642c9d0777d (patch)
tree33797ae8c67c0ab072fb55b01f970e56b364aa52 /intern
parent60c5a2f2d21da2373cccebe3de025440c16b44a6 (diff)
Cleanup: Update Lookup table comments.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/shader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/render/shader.cpp b/intern/cycles/render/shader.cpp
index fba908ee447..496fd0f0cb9 100644
--- a/intern/cycles/render/shader.cpp
+++ b/intern/cycles/render/shader.cpp
@@ -392,9 +392,10 @@ void ShaderManager::device_update_common(Device *device,
device->tex_alloc("__shader_flag", dscene->shader_flag);
- /* blackbody lookup table */
+ /* lookup tables */
KernelTables *ktables = &dscene->data.tables;
+ /* blackbody lookup table */
if(has_converter_blackbody && blackbody_table_offset == TABLE_OFFSET_INVALID) {
if(blackbody_table.size() == 0) {
thread_scoped_lock lock(lookup_table_mutex);