Blender Git Loki
Git Commits -> Revision 6f92604
Revision 6f92604 by Sergey Sharybin (master) September 16, 2016, 08:31 (GMT) |
OpenGL render: Move file writing to a separate thread The idea is to have a dedicated thread which is responsive for all the file writing to a separate thread, so slow disk will not slow down OpenGL itself. Gives really nice speedup around 1.5x when exporting barber shop layout file to h264 video. |
Commit Details:
Full Hash: 6f92604e539b2114763150fb1ace60d28e59a889
Parent Commit: 04bfea0
Lines Changed: +210, -26