MantisBT - ParaView
View Issue Details
0007175ParaView(No Category)public2008-06-08 20:482009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0007175: Problem with 3D point widget
Report from: Takuya OSHIMA
This time a minor problem with Source->Point Source. Select
Sources->Point Source, enter non-origin point e.g. (1 2 3) to Point,
enter either Number of Points other than 1 or Radius other than 0,
click Apply. Then the Point is reset to (0 0 0). However if I re-enter
the point, this time the point coordinates are set as expected. Not a
big problem but would be nice to have it fixed?

It looks to be a problem with 3D widgets.
No tags attached.
Issue History
2008-06-08 20:48Berk GeveciNew Issue
2008-06-08 20:48Berk GeveciStatusbacklog => tabled
2008-06-08 20:48Berk GeveciAssigned To => Utkarsh Ayachit
2008-06-12 13:47Utkarsh AyachitStatustabled => @80@
2008-06-12 13:47Utkarsh AyachitResolutionopen => fixed
2008-06-12 13:47Utkarsh AyachitNote Added: 0012330
2008-06-17 16:07Alan ScottStatus@80@ => closed
2008-06-17 16:07Alan ScottNote Added: 0012385
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012330)
Utkarsh Ayachit   
2008-06-12 13:47   
The pqNamedObjectPanel was linking those properties that
were managed by the 3D widget as well if the name of the property and that of
the widget in the 3D widget panel matched. This was wrong, since the 3D widget
manages the property-widget linking itself. Fixed that by ensuring that
pqNamedObjectPanel skips properties controlled by a 3D widget when it does the
linking.

---------------------------
commitid: 6CiZa2Nb1Di2xG6t
---------------------------

/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedWidgets.h,v <-- Qt/Components/pqNamedWidgets.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedWidgets.cxx,v <-- Qt/Components/pqNamedWidgets.cxx
new revision: 1.49; previous revision: 1.48
/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedObjectPanel.cxx,v <-- Qt/Components/pqNamedObjectPanel.cxx
new revision: 1.7; previous revision: 1.6
(0012385)
Alan Scott   
2008-06-17 16:07   
Tested client/server.