Blender Git Loki
Git Commits -> Revision 08a8d11
Revision 08a8d11 by Sergey Sharybin (master) March 15, 2013, 16:57 (GMT) |
Further improvement for multi-threaded proxies Handle sequences in a special case for dealing with sequence sources. Namely handle separate frames in separate threads, but do disk read from a critical section since HDD is not so friendly with lots threads requesting for data from it. Makes proxy building much faster than it was before. |
Commit Details:
Full Hash: 08a8d11216053855460fdf54a88e33d88400a985
SVN Revision: 55311
Parent Commit: bcec00d
Lines Changed: +264, -28