View Single Post
  #2  
Old 07-09-2013, 12:07 AM
sleiN13 sleiN13 is offline
Member
 
Join Date: Dec 2008
Posts: 83
The timer function probably will only be called when the vizard rendering loop is in its update phase.

This means if the timer was suppose to run out but vizard is busy with rendering the scene or other code, it has to wait untill that part is finished.

This restriction is a consequence of the python interperter lock and there probably isn't a good solution for you problem because of it.

Also I believe that the time.clock() function is more precise it ofcourse doesn't give a date.
Reply With Quote