MantisBT - ParaView
View Issue Details
0012755ParaViewBugpublic2011-11-30 11:082012-02-08 17:22
Andy Bauer 
Kyle Lutz 
normalminorhave not tried
closedfixed 
Linux
3.12 
3.14 
TBD
incorrect functionality
0012755: python trace problem
There's multiple problems with the python trace. To reproduce:
1) Start the python trace
2) Create a wavelet source and hit apply
3) Create a Clip filter and hit apply
4) Uncheck "Show Plane" in Clip filter
5) Hide the Wavelet source output
6) Save a screenshot
7) Stop and save the python trace script
8) Rerun the python trace script from the GUI.

This results in the following problems:
A) Both the Wavelet source and Clip filter are bold and have the Apply button green/activated and the Reset button activated.
B) The Clip filter "Show Plane" checkbox is checked but shouldn't be.
No tags attached.
has duplicate 0011745closed Sebastien Jourdain Trace recorder does not turn off clip plane tool. 
Issue History
2011-11-30 11:08Andy BauerNew Issue
2011-11-30 11:08Andy BauerAssigned To => Kyle Lutz
2011-11-30 11:11Andy BauerCategory(No Category) => Bug
2011-11-30 11:11Andy BauerOS => Linux
2011-11-30 12:39Alan ScottRelationship addedhas duplicate 0011745
2011-12-05 12:59Kyle LutzStatusbacklog => todo
2011-12-05 14:27Kyle LutzNote Added: 0027774
2011-12-13 08:43Kyle LutzStatustodo => gatekeeper review
2011-12-13 08:43Kyle LutzResolutionopen => fixed
2011-12-19 14:35Utkarsh AyachitStatusgatekeeper review => customer review
2011-12-19 14:35Utkarsh AyachitFixed in Version => git-master
2012-01-11 09:01Andy BauerStatuscustomer review => closed
2012-02-08 17:22Utkarsh AyachitFixed in Versiongit-master => 3.14

Notes
(0027774)
Kyle Lutz   
2011-12-05 14:27   
Issue A is resolved by '12769-apply-button-state-broken' which should be merged into master this coming Friday.

Issue B is an unsupported feature as the GUI check box state is client-side only and thus not reflected in the generated python script. This issue is a duplicate of bug 0011745.