Blender Git Commit Log
Git Commits -> Revision f560bc9
Revision f560bc9 by Ray molenkamp (master) March 26, 2021, 16:27 (GMT) |
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 |
Commit Details:
Full Hash: f560bc90c7e88f1d673f12779ea7df47278f8173
Parent Commit: 689d603
Lines Changed: +10, -0
1 Added Path:
/release/scripts/templates_osl/basic_shader.osl (+10, -0) (View)