Blender Git Commit Log
Git Commits -> Revision 73cfbb0
Revision 73cfbb0 by Lukas Stockner (master) June 22, 2016, 14:12 (GMT) |
Cycles: Fix crash with Environment Texture and OSL In the OSL node compilation code for the Environment Texture, is_linear was used as a socket. However, there was no socket for it, which caused Blender to crash. Adding a socket doesn't really make sense since it's an internal value and not a parameter of the node, so it now just uses the variable directly. |
Commit Details:
Full Hash: 73cfbb0ab937d837a40a03765108b3af11606b7c
Parent Commit: b204bda
Lines Changed: +1, -1
1 Modified Path:
/intern/cycles/render/nodes.cpp (+1, -1) (Diff)