[Bf-committers] Python Event Listeners and Notifiers

2010-11-01 Thread Dan Eicher
Been poking at this for a couple days and figured I'd post it to the ML before I spent too much time on it. Registration (non-automagic) works like operators, menus and KeyingSetInfo (which I didn't even know existed). There's some simple logic and an optional poll function to determine if execute

Re: [Bf-committers] Python Event Listeners and Notifiers

2010-11-02 Thread Martin Poirier
--- On Mon, 11/1/10, Dan Eicher wrote: > From: Dan Eicher > Subject: [Bf-committers] Python Event Listeners and Notifiers > To: "bf-blender developers" > Received: Monday, November 1, 2010, 11:38 PM > Been poking at this for a couple days > and figured I'd p

Re: [Bf-committers] Python Event Listeners and Notifiers

2010-11-27 Thread Dan Eicher
Have this (mostly) feature complete --> http://www.pasteall.org/17170/diff The notifiers (C.window_manager.add_notifier) needs some more thought because a lot of the options aren't valid (or even make sense) if sent from python but since I had to wrap the notifiers anyway I also added a method to