[Paraview] Show Widget in CompoundSourceProxy

2011-02-14 Thread Christoffer Green
Hello! I am trying to write an xml definition for a CompoundSourceProxy in ParaView 3.8.1 that produces a plane that is used by a probe filter to show the ParaView input (volume data in my case) on the plane. The position and orientation of the plane should be controlled by a widget. The problem:

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-14 Thread Utkarsh Ayachit
Christoffer, You need to redefine the Hints for the "PropertyGroup" on the CompoundSourceProxy as well. Also the properties that the widget is controlling, such as Point1WorldPosition, Point2WorldPosition, Resolution must be exposed from the CompoundSourceProxy. Utkarsh On Mon, Feb 14, 2011 at

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Christoffer Green
Utkarsh, Thank you for your response it has helped me make the xml file shorter since I don't need to copy the PlaneSource to add a widget to it. Exposing the needed properties in the CompoundSourceProxy worked well but I cannot get the widget hints to work, whenever I add the hints section to the

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-15 Thread Utkarsh Ayachit
The "name" in the hints section should match the "exposed_name" for the exposed properties. Utkarsh On Tue, Feb 15, 2011 at 3:49 AM, Christoffer Green wrote: > Utkarsh, > Thank you for your response it has helped me make the xml file shorter since > I don't need to copy the PlaneSource to add a