[Paraview] problem with PointSource and SetNumberOfPoints

clinton at elemtech.com clinton at elemtech.com
Wed Oct 3 13:31:45 EDT 2007


On Wednesday 03 October 2007 11:23:03 am Berk Geveci wrote:
> This sounds like a bug. The absence of max attribute means that there
> is no upper limit. Maybe the code that automatically generates the GUI
> does the wrong thing....

Yes its a bug.  The GUI is handling this case wrong.
You can follow the bug report for this: 
http://public.kitware.com/Bug/view.php?id=5823

Clint

>
> On 10/3/07, Jean Favre <jfavre at cscs.ch> wrote:
> > Hello all
> >
> > I have difficulty using the Point Source with more than 1 point. The GUI
> > does not let me change the default value of 1.
> >
> > Is this normal?
> >
> > I have checked the source code of
> > Servers/ServerManager/Resources/sources.xml and the NumberOfPoints is
> > given a
> >
> > <IntRangeDomain name="range" min="1"/> without a max value.
> >
> > I have fixed my own compilation after editing it and adding a max such
> > as:
> >
> > <IntRangeDomain name="range" min="1" max="1000000" />
> >
> > I use the 3-2 branch and the nightly versions. The both have this
> > problem. Is this above the right fix, or should it be tweaked elsewhere
> > in the code?
> >
> > --
> > JF
> >
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview




More information about the ParaView mailing list