Blender Git Loki
Git Commits -> Revision 96247ce
Revision 96247ce by Campbell Barton (master) February 29, 2008, 15:50 (GMT) |
* Made BLI_join_dirfile() check before adding a slash between dir and file so as not to get /foo///bar.blend * Pointcache now uses the process id to construct the path for unsaved files. (so 2 or more blender's open wont try to read/write the same pointcache) * Temp pointcache is cleared when existing blender, added BIF_clear_tempfiles() for this. Should also be usedto clear EXR's in the temp dir (TODO), BIF_clear_tempfiles also needs to be added in more places. (On file load for instace) |
Commit Details:
Full Hash: 96247ce19ca08a9db3da83148851e897f725cb1b
SVN Revision: 13917
Parent Commit: 95b0176
Lines Changed: +84, -17