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:
Diffstat (limited to 'release/scripts/templates_osl')
-rw-r--r--release/scripts/templates_osl/toon_closure.osl12
1 files changed, 0 insertions, 12 deletions
diff --git a/release/scripts/templates_osl/toon_closure.osl b/release/scripts/templates_osl/toon_closure.osl
deleted file mode 100644
index ccc381288d2..00000000000
--- a/release/scripts/templates_osl/toon_closure.osl
+++ /dev/null
@@ -1,12 +0,0 @@
-
-shader node_toon_bsdf(
- color Color = 0.8,
- float Size = 0.5,
- float Smooth = 0.0,
- normal Normal = N,
- output closure color Diffuse = 0,
- output closure color Specular = 0)
-{
- Diffuse = Color * diffuse_toon(Normal, Size, Smooth);
- Specular = Color * specular_toon(Normal, Size, Smooth);
-} \ No newline at end of file