Blender Git Loki
Git Commits -> Revision ff430de
Revision ff430de by Patrick Mours (master) January 14, 2020, 16:48 (GMT) |
Fix rendering motion blur scenes with OptiX failing with CUDA_ERROR_INVALID_CONTEXT Commit baeb11826b9fe5525db6dd05ba5271949079fc1e switched memory allocation for the motion transform to use CUDA directly, instead of going through abstractions. But no CUDA context was set active before those were called, so the calls failed. This fixes that by binding a context beforehand. |
Commit Details:
Full Hash: ff430dea663521f742ff2f8f79b5d7f4978ecc04
Parent Commit: 4c1fb64
Lines Changed: +2, -0
1 Modified Path:
/intern/cycles/device/device_optix.cpp (+2, -0) (Diff)