[Paraview-developers] {Int, Double}VectorProperties now require a {Int, Double}RangeDomain element?

Cory Quammen cquammen at cs.unc.edu
Mon Oct 8 16:34:02 EDT 2012


Hello ParaView developers,

I encountered a problem with plugins in the latest ParaView master.

If you have a plugin that has an IntVectorProperty and
DoubleVectorProperty and you don't specify an IntRangeDomain or
DoubleRangeDomain element, respectively, the text box enabling entry
of that property value does not appear in the GUI.

This doesn't seem like it should be expected behavior. If the
*RangeDomain isn't specified, shouldn't the assumption be that the
property is unbounded? That's how it used to be, at least in the
version I had prior to updating to master.

I attempted to debug the problem, but couldn't find where Qt widgets
for *VectorProperties are instantiated. I set a breakpoint in the
constructor of pqDoubleVectorPropertyWidget, but never hit it for a
DoubleVectorProperty in one of my plugins.

Thanks,
Cory

-- 
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill


More information about the Paraview-developers mailing list