MantisBT - ParaView
View Issue Details
0014880ParaView(No Category)public2014-07-22 20:222014-08-29 10:59
Cory Quammen 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
git-master 
4.2 
Sandia
14880_fix_state_properties
incorrect functionality
0014880: Settings don't appear to function when saving Python state
When I save the python trace with the "all properties" option on, it seems to save
only the *modified* properties. Also, the option to save the visible objects only doesn't seem to record only the visible objects.
No tags attached.
Issue History
2014-07-22 20:22Cory QuammenNew Issue
2014-07-22 20:22Cory QuammenAssigned To => Utkarsh Ayachit
2014-07-22 20:55Utkarsh AyachitStatusbacklog => active development
2014-07-22 21:06Utkarsh AyachitTopic Name => 14880_fix_state_properties
2014-07-22 21:06Utkarsh AyachitNote Added: 0033066
2014-07-22 21:06Utkarsh AyachitStatusactive development => gatekeeper review
2014-07-22 21:06Utkarsh AyachitFixed in Version => git-next
2014-07-22 21:06Utkarsh AyachitResolutionopen => fixed
2014-07-22 21:07Utkarsh AyachitNote Added: 0033067
2014-07-22 21:52Cory QuammenNote Added: 0033068
2014-07-22 22:26Utkarsh AyachitNote Added: 0033070
2014-07-25 09:34Utkarsh AyachitFixed in Versiongit-next => git-master
2014-07-25 09:35Utkarsh AyachitStatusgatekeeper review => backlog
2014-07-25 09:35Utkarsh AyachitNote Added: 0033090
2014-07-25 09:38Utkarsh AyachitStatusbacklog => customer review
2014-07-28 18:05Alan ScottNote Added: 0033109
2014-07-28 18:12Alan ScottNote Added: 0033110
2014-07-28 18:12Alan ScottStatuscustomer review => closed
2014-08-29 10:59Utkarsh AyachitFixed in Versiongit-master => 4.2

Notes
(0033066)
Utkarsh Ayachit   
2014-07-22 21:06   
commit 39d8de6d619ac520cb913b56451000341a40de1f
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Jul 22 21:05:25 2014 -0400

    BUG 0014880: Fix which properties are saved in python state.
    
    The user option to select which properties are saved in the state file
    was being ignored. Fixed that.
    
    Change-Id: I814d7e27315309448ea73c3aa20a65554d1dca09
(0033067)
Utkarsh Ayachit   
2014-07-22 21:07   
Cory,

I could not reproduce the issue with "only visible objects" not being saved. Can you elaborate on how to reproduce it?
(0033068)
Cory Quammen   
2014-07-22 21:52   
Looking closer, the invisible objects are created, but not displayed with the Show command if that option is on. They are displayed with Show if that option is off regardless of whether the objects are visible in the pipeline browser. It looks like it is, in fact, working.
(0033070)
Utkarsh Ayachit   
2014-07-22 22:26   
Oh yea, the objects are meant to be visible in the pipeline browser. I didn't cull those, however that's a good thought. May be we can extend the setting to do that. Alan, what do you think?
(0033090)
Utkarsh Ayachit   
2014-07-25 09:35   
SUMMARY
---------------------------------------------
Topics merged into master:
        13575_PV_PLUGIN_DEBUG
        14771_fix_global_annotation_filter
        14885_python_view_crash
        fix_apply_pqProxyWidgetDialog
        fix_get_proxies
        fix-int64_t
(VTK) remove_duplicate_tiff_readers
        remove_matplotlib_utilities

(0033109)
Alan Scott   
2014-07-28 18:05   
With regards to culling objects in the pipeline browser, no strong feeling either way. I would probably just leave it as is.
(0033110)
Alan Scott   
2014-07-28 18:12   
Nice. Tested remote server, Linux, master.