FaceFX Plugin development

Hi,

we are currently implementing a batch analyze plugin that works with our customized pipeline.
I had a quick read of http://www.facefx.com/documentation/2013.4/W254 and checked some example plugins.

But still, the testing process is far from ideal, as I currently need to close and restart FaceFX Studio everytime I changed my code.
How can I quickly reload my plugin? The Plugin Manager in "Plugins > Plugin Manager" does not seem to reload the required modules on its own, even not if I remove all pyc files manually, unload and load the plugin again.

Any help is appreciated
Fridi

Permalink

This is something we're working on for the next release, as it's something that's not quite so straightforward in Python. Since the work is all in Python, I can send you a new implementation of the plugin manager with an experimental fix. I'll do that tomorrow via email.

- Jamie