Blender Git Loki
Git Commits -> Revision 9207169
Revision 9207169 by Sergey Sharybin (temp-lanpr-staging) September 12, 2019, 01:13 (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: 92071691752e3098ef91fe1ceac060f27bc744b8
Parent Commit: fb4ae7c
Committed By: YimingWu
Lines Changed: +10, -23