I've just merged the first code drop from Nick into SVN; I was hoping to avoid any regressions, but at this point I think it's more important to start merging now since Niko and Nick are starting to touch the same code and I want to avoid too much divergence.
Things that work: - blend modes can now easily be selected for objects, just like blur - background accumulation buffer is enabled as-needed - the filter UI dialog has very very basic filter editing capabilities
Regressions: - Niko's work in r15171 (non-destructive filter update) needs to be re-integrated with the new filter metawidget, which replaces the old blur slider - the blur slider in the filter metawidget needs to be made percentage like the slider it replaced
Todo: - add filter metawidget to layers dialog too, for layers - fix flakiness for "Filter" "blend mode" - flesh out filters dialog, parameter editing/connections, etc.
I think we'll need to work out who wants to work on what with the metawidget at this point, depending on what you guys are each most comfortable spending time doing, and on your respective current states of progress.
-mental