this is one of the reasons why eric at blur skipped using pyhook. he ended up using QWinMigrate, which was a class that allowed MFC apps slowly migrate their app to Qt. he and matt newell exposed QWinMigrate to python the same way PyQt was exposed/wrapped through sip. once that happened the only cpp left was on the softimage side which just exposed getting the window handle to a scripting language. in fact softimage devs could probably have done the same.
i am a bit confused as to what stefan needs to change the source for, the idea of sharing the plugin is that 90% of people would not need to change the source and they could get all the functionality of Qt through python and thats a lot of power already! @stefan, what are you trying to change and why? is it an improvement or just a preference? s On Thu, Oct 11, 2012 at 3:54 PM, Luc-Eric Rousseau <[email protected]>wrote: > I didn't follow the thread but if this is running > in XSI, the hook will affect the whole of XSI. >

