Blender Git Loki
Git Commits -> Revision 25be025
Revision 25be025 by Sergey Sharybin (cycles-x) May 27, 2021, 13:37 (GMT) |
Cycle X: Make OptiX debug flag runtime Allows to enable OptiX module debugging without having special build of Blender. Note that depending on compilation flags on developer environment this could affect render times. |
Commit Details:
Full Hash: 25be02518eaf6975f182aa88d8a0b4e6bb35ef90
Parent Commit: e76c945
Lines Changed: +33, -17
6 Modified Paths:
/intern/cycles/blender/addon/properties.py (+5, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+1, -0) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/device/optix/device_impl.cpp (+19, -16) (Diff)
/intern/cycles/util/util_debug.cpp (+3, -1) (Diff)
/intern/cycles/util/util_debug.h (+4, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+1, -0) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/device/optix/device_impl.cpp (+19, -16) (Diff)
/intern/cycles/util/util_debug.cpp (+3, -1) (Diff)
/intern/cycles/util/util_debug.h (+4, -0) (Diff)