By default plugins are treated as "REQUIRED_ON_SERVER" and "REQUIRED_ON_CLIENT". Simply add a REQUIRED_ON_SERVER flag in your add_paraview_plugin(...) call.
For example: ADD_PARAVIEW_PLUGIN(MyReader "1.0" SERVER_MANAGER_XML MyPNGReader.xml SERVER_MANAGER_SOURCES vtkMyPNGReader.cxx REQUIRED_ON_SERVER) That should do the trick. Utkarsh
_______________________________________________ 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
