Blender Git Commit Log
Git Commits -> Revision dc74d60
Revision dc74d60 by Brecht Van Lommel (master) August 24, 2020, 15:54 (GMT) |
Fix T79819: crash with OSL trace() and getmessage() after Embree changes The return value of scene_intersect must be checked, the isect struct members can't be assumed to be initialized if that returns false. Differential Revision: https://developer.blender.org/D8692 |
Commit Details:
Full Hash: dc74d60915e550d3e8b3665afc5435a1d752614b
Parent Commit: 9498eb2
Lines Changed: +6, -3