Blender Git Commit Log
Git Commits -> Revision 3f941ab
June 7, 2015, 02:29 (GMT) |
Somewhat improve behaviour of the vdb file reader: - it now stores a pointer to an io::File to avoid deleting and reallocating the reader itself for each frame when importing. - if a file is inder 10 Mb a private copy of it should be made by VDB to ensure it is not modified while reading. This could become a user setting at some point. |
Commit Details:
Full Hash: 3f941ab8f55a4f4dc2648988302d44184cf405d9
Parent Commit: 0f6959d
Lines Changed: +45, -27