blender/release/scripts/templates_osl
Ray Molenkamp f560bc90c7 OSL: add basic OSL shader template
Add a basic OSL shader that shows how inputs
and outputs work and do some simple math with
them.

This template is a happy medium between the
templates we already ship, empty_shader is a
little too bare, and the other templates are
a little "too much" and you end up having to
delete a whole bunch of stuff.

a great starting point for some experimentation!

Differential Revision: https://developer.blender.org/D9933

reviewed by: brecht
2021-03-26 10:27:31 -06:00
..
basic_shader.osl OSL: add basic OSL shader template 2021-03-26 10:27:31 -06:00
empty_shader.osl OSL Templates: remove unnecessary stdosl.h include. 2012-12-30 10:37:32 +00:00
gabor_noise.osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
lyapunov_texture.osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
noise.osl Cycles / OSL Templates: Add Simplex and Gabor noise templates and remove ones which are available as regular nodes. 2013-12-06 18:48:17 +01:00
ramp_closure.osl Cycles / OSL: 2013-05-01 13:21:15 +00:00