This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenlib
Sergey Sharybin 103d29e2b2 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.
2019-09-09 14:26:29 +02:00
..
2019-09-05 12:56:34 +10:00
2019-04-29 10:46:04 +02:00
2019-02-18 08:22:12 +11:00
2019-09-03 16:10:40 +02:00
2019-02-18 08:22:12 +11:00
2019-08-01 14:02:41 +10:00
2019-04-18 07:59:28 +02:00