[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50641] trunk/blender/intern/cycles/render /osl.cpp: Yet another OSL fix: Some functions are missing stubs that were not used in old OSL implementation yet .

Lukas Toenne lukas.toenne at googlemail.com
Sat Sep 15 20:08:52 CEST 2012


Revision: 50641
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50641
Author:   lukastoenne
Date:     2012-09-15 18:08:51 +0000 (Sat, 15 Sep 2012)
Log Message:
-----------
Yet another OSL fix: Some functions are missing stubs that were not used in old OSL implementation yet.

Modified Paths:
--------------
    trunk/blender/intern/cycles/render/osl.cpp

Modified: trunk/blender/intern/cycles/render/osl.cpp
===================================================================
--- trunk/blender/intern/cycles/render/osl.cpp	2012-09-15 17:57:51 UTC (rev 50640)
+++ trunk/blender/intern/cycles/render/osl.cpp	2012-09-15 18:08:51 UTC (rev 50641)
@@ -573,6 +573,14 @@
 {
 }
 
+void OSLCompiler::parameter_point(const char *name, float3 f)
+{
+}
+
+void OSLCompiler::parameter_normal(const char *name, float3 f)
+{
+}
+
 void OSLCompiler::parameter(const char *name, int f)
 {
 }




More information about the Bf-blender-cvs mailing list