Blender Git Commit Log
Git Commits -> Revision b091542
Revision b091542 by Omar Emara (soc-2019-cycles-procedural) August 8, 2019, 15:56 (GMT) |
Avoid writing to input variables and using reserved function names. Previously, we edited the input variables directly, OSL doesn't like that. Moreover, we used the name `noise`, which is already a built-in function, so we changed the function names to `noise_texture_*` instead. |
Commit Details:
Full Hash: b091542fe91353c15dd7240ba7ce8ecf72d4011b
Parent Commit: 6c87aa8
Lines Changed: +46, -39