[Paraview] problem with PointSource and SetNumberOfPoints
Jean Favre
jfavre at cscs.ch
Wed Oct 3 12:23:20 EDT 2007
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
More information about the ParaView
mailing list