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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-05-06 18:39:28 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-05-06 18:39:50 +0400
commit80e137e826cac408e66d79d16db44d732e117b01 (patch)
tree0bf314a3cea1d13e280607b09f2520ba40b53110 /intern/cycles/kernel/osl/osl_services.h
parent09f5dff244ede0a4797b2949217032aac2b8f564 (diff)
Fix T39946: OSL + tangent space normal maps not working in Cycles.
Diffstat (limited to 'intern/cycles/kernel/osl/osl_services.h')
-rw-r--r--intern/cycles/kernel/osl/osl_services.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/osl/osl_services.h b/intern/cycles/kernel/osl/osl_services.h
index 54ddd7a98b4..069722d81b6 100644
--- a/intern/cycles/kernel/osl/osl_services.h
+++ b/intern/cycles/kernel/osl/osl_services.h
@@ -116,6 +116,7 @@ public:
static ustring u_distance;
static ustring u_index;
+ static ustring u_world;
static ustring u_camera;
static ustring u_screen;
static ustring u_raster;