log clients/editor/scripts/events/events.py @ 325:54de5aebf732

age author description
Fri, 21 Aug 2009 20:34:26 +0000 cheesesucker * ObjectSelector will now select and scroll to selected object automatically
Fri, 21 Aug 2009 14:39:54 +0000 cheesesucker * Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers.
Mon, 08 Jun 2009 16:00:02 +0000 cheesesucker Merged editor_rewrite branch to trunk.