On Wed, Nov 4, 2009 at 2:32 PM, Utkarsh Ayachit <[email protected]> wrote: > David, > > Looking at the xml, you have added a "clean_command" to all the > properties which is "RemoveAllInputs". CleanCommand is called before a > property is pushed. So before each property value is pushed all other > inputs are removed. And hence the error. > > If your filter only takes 1 connection per input port, then simply > replace all AddInputConnection commands by SetInputConnection and > remove the clean_command attribute all together. I've attached a > modified xml. > > > Utkarsh
Ah ha! Fantastic, it's working now, thanks all. I have added a handful of things I've learned along the way to http://www.paraview.org/Wiki/Plugin_HowTo if someone wants to look it over for clarity/correctness etc. Thanks again, David _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
