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>2013-01-31 21:38:09 +0400
committerThomas Dinges <blender@dingto.org>2013-01-31 21:38:09 +0400
commitd319d68c6584d90acc65e62fd94d34772710ab3a (patch)
treed6af521566c8773a6f33562a9be5746d571056ce /intern/cycles/kernel/osl/osl_services.cpp
parent7b6e78e48a63952a699b2af346d7ac6a131b15ad (diff)
OSL 1.3x / Windows 64:
* Added missing define into SConscript file. This also makes r54232 obsolete, so removing this again.
Diffstat (limited to 'intern/cycles/kernel/osl/osl_services.cpp')
-rw-r--r--intern/cycles/kernel/osl/osl_services.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/intern/cycles/kernel/osl/osl_services.cpp b/intern/cycles/kernel/osl/osl_services.cpp
index 4088904c338..92a023bd765 100644
--- a/intern/cycles/kernel/osl/osl_services.cpp
+++ b/intern/cycles/kernel/osl/osl_services.cpp
@@ -328,15 +328,6 @@ bool OSLRenderServices::get_inverse_matrix(OSL::Matrix44 &result, ustring to)
return false;
}
-bool OSLRenderServices::transform_points(OSL::ShaderGlobals *sg, ustring from,
- ustring to, float time,
- const OSL::Vec3 *Pin, OSL::Vec3 *Pout,
- int npoints,
- TypeDesc::VECSEMANTICS vectype)
-{
- return false;
-}
-
bool OSLRenderServices::get_array_attribute(void *renderstate, bool derivatives,
ustring object, TypeDesc type, ustring name,
int index, void *val)