View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014474ParaView(No Category)public2013-12-18 15:312015-01-11 08:17
ReporterJeff Mauldin 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.0 
Target VersionFixed in Version4.2 
Summary0014474: python trace does not capture changes between previously selected color by variable choices
Descriptionpython trace record captures the following correctly:
--color by a variable (e.g. stress_xy)
--color by a variable (e.g. stress_xx)

in both cases in the trace, a color bar widget is created with the correct title.

However AFTER doing the above (coloring by the two variables so the look up tables exist and the color bar widgets already exist, trace record does NOT capture the following correctly:

--color by a previously color-ed by variable (e.g. stress_xy)
some changes, which are not captured, need to be made to the already existing color bar widget associated with the representation. I don't know if a new one needs to be created, or the representation just has to be switched back to the old one, or the current color bar widget should be changed to correspond to the new variable. The gui does the right thing, but if you try to do in the python shell what is captured in the trace record, the color-ed by variable changes on the 3d model, but the color legend widget still shows the color legend for the previous variable (so the python trace isn't showing everything that happened when you did the change in the gui).
TagsPythonTrace
ProjectSandia-Catalyst
Topic Namerefactor_python_tracing_2
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033023)
Utkarsh Ayachit (administrator)
2014-07-15 13:54

This is now supported. When starting the saving of trace, if you want to fully trace supplemental proxies such as LUTs, you should turn on the "Fully trace ...." option in the "Trace Options" dialog. The trace options dialog is automatically popped up when you select "Start Trace" from the tools menu.

Also added a new test for this: TraceSupplementalProxiesFully
(0033024)
Utkarsh Ayachit (administrator)
2014-07-15 13:56

commit da2683fcea2ceef92c8a573d97ae28fe02625adc
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Jul 15 13:54:49 2014 -0400

    BUG 0014474: Adding test to confirm that supplemental proxies are traced.
    
    Proxies, such as lookup tables, now can be (optionally) fully traced in the trace
    even when they were not created during the tracing action. Added a new
    test (TraceSupplementalProxiesFully) that tests the functionality.
    
    Change-Id: Ibd841c6edb04db13c5234ad0cd5600a046cd2273
(0033053)
Utkarsh Ayachit (administrator)
2014-07-22 08:32

---------------------------------------------
Topics merged into master:
        0014874_fix_scalar_opacity_unit_distance
        14834_fix_representation_update
        dashboard-warnings-20140721
        refactor_python_tracing_2
(0033085)
Alan Scott (manager)
2014-07-24 21:24

Sweet.

Tested local server, Linux, master. Used can.exo.

 Issue History
Date Modified Username Field Change
2013-12-18 15:31 Jeff Mauldin New Issue
2014-07-04 19:16 Utkarsh Ayachit Tag Attached: PythonTrace
2014-07-15 13:54 Utkarsh Ayachit Note Added: 0033023
2014-07-15 13:56 Utkarsh Ayachit Note Added: 0033024
2014-07-18 20:58 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-07-18 20:58 Utkarsh Ayachit Topic Name => refactor_python_tracing_2
2014-07-18 20:58 Utkarsh Ayachit Status backlog => gatekeeper review
2014-07-18 20:58 Utkarsh Ayachit Fixed in Version => git-next
2014-07-18 20:58 Utkarsh Ayachit Resolution open => fixed
2014-07-22 08:32 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-07-22 08:32 Utkarsh Ayachit Status gatekeeper review => customer review
2014-07-22 08:32 Utkarsh Ayachit Note Added: 0033053
2014-07-24 21:24 Alan Scott Note Added: 0033085
2014-07-24 21:24 Alan Scott Status customer review => closed
2014-08-29 10:59 Utkarsh Ayachit Fixed in Version git-master => 4.2
2015-01-11 08:17 Utkarsh Ayachit Source_changeset_attached => ParaView master 761bb925


Copyright © 2000 - 2018 MantisBT Team