MantisBT - ParaView
View Issue Details
0009288ParaViewBugpublic2009-07-20 22:132009-07-31 19:44
Alan Scott 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
3.6.23.6.2 
0009288: Display panel settings aren't used when a filter is created.
This is a problem for particle physics folks, and is really confusing - so I am marking it as urgent.

* ParaView 3.6.0. Local server. XP.
* Open can.exo. Apply.
* On the display tab, change Translate X to 10. Click in the window, make the can move.
* Filter/ Alphabetical/ Extract Block. Choose Unnamed block ID: 1. Apply.
>> Bug - notice that the can segment has not offset like the original.
  - Go to the Display tab, and notice that the Translate X is correctly 10. This did not take effect.
  - Click on Selectable, and the can will jump to the correct position.
  - This also happens with point size. if you set it to 1, then make a new filter, point size won't take effect until you click something. It should automagically happen.
No tags attached.
Issue History
2009-07-20 22:13Alan ScottNew Issue
2009-07-31 11:34Utkarsh AyachitStatusbacklog => tabled
2009-07-31 11:34Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-07-31 11:37Utkarsh AyachitNote Added: 0017037
2009-07-31 11:37Utkarsh AyachitStatustabled => @80@
2009-07-31 11:37Utkarsh AyachitFixed in Version => 3.6.2
2009-07-31 11:37Utkarsh AyachitResolutionopen => fixed
2009-07-31 19:44Alan ScottNote Added: 0017046
2009-07-31 19:44Alan ScottStatus@80@ => closed

Notes
(0017037)
Utkarsh Ayachit   
2009-07-31 11:37   
Inherited display properties were not being used since
there was a missing UpdateVTKObjects() call. Fixed that.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqObjectBuilder.cxx,v <-- Qt/Core/pqObjectBuilder.cxx
new revision: 1.35; previous revision: 1.34


3.6 Branch---------
/cvsroot/ParaView3/ParaView3/Qt/Core/pqObjectBuilder.cxx,v <-- Qt/Core/pqObjectBuilder.cxx
new revision: 1.33.4.1; previous revision: 1.33
(0017046)
Alan Scott   
2009-07-31 19:44   
Tested local server, Linux.