Blender Git Loki
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