Project: Blender Extensions
Tracker: Py Scripts Upload
Blender: 2.57
Category: System
Python: 3.1
Script name: Script Events
Wiki page: http://wiki.blender.org/index.php?title=Extensions:2.5/Py/Scripts/System/ScriptEvents
Author(s): littleneo
Status: Merged w/ others scripts
this is an addon for other addons.
for now it essentially provides a modal operator that can be configured and monitored from the console, the blender ui or from other scripts/addons.
features :
very versatile, reliable I suppose
. simple to start/stop/configure. works out of the box with an example function.
. configuration changes apply while running :
the user modal and the hud/bgl function calls can be changed
the event timer enabled/disabled while running, its speed can be changed.
events can be displayed in the hud.
provides a popup gui (space bar in the view port > modal config ) for quick config and crash tests
there's also an event logger (timestamps, errors levels etc) that works with a 2.4x like popup report (whatever the context is, this will popup in the ui).