Blender Git Commit Log
Git Commits -> Revision 1eed354
Revision 1eed354 by Bastien Montagne (master) December 6, 2015, 17:59 (GMT) |
Switch Ocean modifier's geometry generation from OMP to BLI_task. Compared to previous revision, this gives 20% speedup on the whole modifier evaluation! Wondering a bit how improvement can be so impressive here, would have expected very small increases given how simple is the code here... Maybe it's the fact we get rid of many additional OMP threads (tests are done with ten Ocean mod evaluated in parallel)? |
Commit Details:
Full Hash: 1eed354e530f395c14b290b4b504a1bcc9299fcb
Parent Commit: e169886
Lines Changed: +116, -101