Blender Git Commit Log

Git Commits -> Revision 103d29e

Revision 103d29e by Sergey Sharybin (master)
September 9, 2019, 12:26 (GMT)
Timer: Use explicit re-initialization on file load

Before this the timer API was relying on using a callback API to do
initialization when new file is loaded. This isn't how rest of Blender
works and it gets in a way because callbacks API is to be move to the
BKE level.

Use explicit call to timer API from where the file is loaded.

Commit Details:

Full Hash: 103d29e2b2c0053436d0cef649ee9c6a24b2cba8
Parent Commit: 423435b
Lines Changed: +10, -23

3 Modified Paths:

/source/blender/blenlib/BLI_timer.h (+4, -0) (Diff)
/source/blender/blenlib/intern/BLI_timer.c (+3, -23) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021