[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53417] trunk/blender/intern/cycles/kernel /shaders/node_hair_info.osl: SVN maintenance.

gsr b3d gsr.b3d at infernal-iceberg.com
Sun Dec 30 01:47:56 CET 2012


Revision: 53417
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53417
Author:   gsrb3d
Date:     2012-12-30 00:47:55 +0000 (Sun, 30 Dec 2012)
Log Message:
-----------
SVN maintenance.

Modified Paths:
--------------
    trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl

Property Changed:
----------------
    trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl

Modified: trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl
===================================================================
--- trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl	2012-12-30 00:46:17 UTC (rev 53416)
+++ trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl	2012-12-30 00:47:55 UTC (rev 53417)
@@ -1,32 +1,32 @@
-/*
- * Copyright 2012, Blender Foundation.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-#include "stdosl.h"
-
-shader node_hair_info(
-	output float IsStrand = 0.0,
-	output float Intercept = 0.0,
-	output float Thickness = 0.0,
-	output normal TangentNormal = N)
-{
-	getattribute("curve:is_strand", IsStrand);
-	getattribute("curve:intercept", Intercept);
-	getattribute("curve:thickness", Thickness);
-	getattribute("curve:tangent_normal", TangentNormal);
-}
-
+/*
+ * Copyright 2012, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#include "stdosl.h"
+
+shader node_hair_info(
+	output float IsStrand = 0.0,
+	output float Intercept = 0.0,
+	output float Thickness = 0.0,
+	output normal TangentNormal = N)
+{
+	getattribute("curve:is_strand", IsStrand);
+	getattribute("curve:intercept", Intercept);
+	getattribute("curve:thickness", Thickness);
+	getattribute("curve:tangent_normal", TangentNormal);
+}
+


Property changes on: trunk/blender/intern/cycles/kernel/shaders/node_hair_info.osl
___________________________________________________________________
Added: svn:eol-style
   + native




More information about the Bf-blender-cvs mailing list