Blender Git Commit Log
Git Commits -> Revision b37093d
Revision b37093d by Jacques Lucke (master) June 16, 2021, 14:29 (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: b37093de7b42cf331a4ae5830737d9972d7bb426
Parent Commit: 45d59e0
Lines Changed: +14, -3