Blender Git Loki
Git Commits -> Revision 85d5ee1
Revision 85d5ee1 by Jacques Lucke (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
BLI: add C++ wrapper for task isolation This makes it easier to use task isolation in c++ code. Previously, one either had to check `WITH_TBB` (possibly indirectly through `WITH_OPENVDB`) or one had to use the C function which is less convenient. |
Commit Details:
Full Hash: 85d5ee1a1ff320935f54288394a52419d753e0e1
Parent Commit: f766ee5
Committed By: Dilith Jayakody
Lines Changed: +14, -3