Blender Git Loki
Git Commits -> Revision e3b80d6
Revision e3b80d6 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, strand_editmode, tmp_hair_curves) August 20, 2017, 17:50 (GMT) |
Multithreading support for the mesh sampling library. Samples can be generated either one-by-one using the existing "make_sample" function (which uses a default context), or use the more efficient batch generation functions. These optionally support threading via the task scheduler now. |
Commit Details:
Full Hash: e3b80d620250b3229359efe7e195fa8e7886f57a
Parent Commit: ead00ba
Lines Changed: +271, -40