MantisBT - ParaView
View Issue Details
0014496ParaView(No Category)public2014-01-02 11:322015-01-11 08:20
Sebastien Jourdain 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.24.2 
Sandia
14496_fix_tracing_of_subproxies
incorrect functionality
0014496: Trace does not detect sub-proxy change
I was on OS X Mavericks when I tried that:

Try the following:
1) Start ParaView
2) Start trace
=> You should get a python error message: Error while loading views/views PythonView
3) Source -> Wavelet
=> Apply
4) Slice + move plane (Normal+Origin)
=> Apply
5) Stop trace

==> At that point you should be able to see the slice.SliceType.Normal/Origin information.

6) Start trace
7) Move plane again and apply
8) Stop trace

=> At that point you don't get the new Normal/Origin, instead you get the following

# --------------------------------------
try: paraview.simple
except: from paraview.simple import *
paraview.simple._DisableFirstRenderCameraReset()

RenderView1 = GetRenderView()
RenderView1.CameraClippingRange = [42.21504162873032, 98.18281698732744]

a1_RTData_PVLookupTable = GetLookupTableForArray( "RTData", 1, RGBPoints=[42.78080368041992, 0.23, 0.299, 0.754, 159.74042320251465, 0.865, 0.865, 0.865, 276.7000427246094, 0.706, 0.016, 0.15] )

Render()

# --------------------------------------
No tags attached.
Issue History
2014-01-02 11:32Sebastien JourdainNew Issue
2014-01-02 11:32Sebastien JourdainAssigned To => Utkarsh Ayachit
2014-01-15 12:20Utkarsh AyachitProjectTBD => Sandia
2014-01-15 12:20Utkarsh AyachitTopic Name => 14496_fix_tracing_of_subproxies
2014-01-15 12:20Utkarsh AyachitNote Added: 0032176
2014-01-15 12:20Utkarsh AyachitStatusbacklog => gatekeeper review
2014-01-15 12:20Utkarsh AyachitFixed in Version => git-next
2014-01-15 12:20Utkarsh AyachitResolutionopen => fixed
2014-01-20 10:00Utkarsh AyachitFixed in Versiongit-next => git-master
2014-01-20 10:01Utkarsh AyachitStatusgatekeeper review => customer review
2014-01-20 10:01Utkarsh AyachitNote Added: 0032188
2014-02-04 21:47Alan ScottNote Added: 0032273
2014-02-04 21:47Alan ScottStatuscustomer review => closed
2014-06-17 09:22Utkarsh AyachitTarget Version => 4.2
2014-08-29 11:00Utkarsh AyachitFixed in Versiongit-master => 4.2
2015-01-11 08:20Utkarsh AyachitSource_changeset_attached => ParaView master c8416a71
2015-01-11 08:20Utkarsh AyachitSource_changeset_attached => ParaView master 5c20d464

Notes
(0032176)
Utkarsh Ayachit   
2014-01-15 12:20   
commit 5c20d464cd40b676b7b37fbdfa7e974f3e3a0ebd
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jan 15 12:18:32 2014 -0500

    BUG 0014496. Fixes issues with tracing certain proxy properties.
    
    When on changed helper property values e.g. the Normal for a clip plane, trace
    would not record it unless the creation the "Clip" filter was also captured in
    that trace. That was due to missing logic to "locate" the proxy being modified
    when the Normal was changed. This patch addresses that issue.
    
    Change-Id: I9738ed98cdd19671a708f1c8f72057bc4e43628b
(0032188)
Utkarsh Ayachit   
2014-01-20 10:01   
SUMMARY
---------------------------------------------
Topics merged into master:
        14487_fix_segfault
        14496_fix_tracing_of_subproxies
        pvweb-add-webtest-setup-doc
        pvweb-quick-start-doc-update
(0032273)
Alan Scott   
2014-02-04 21:47   
Looks correct to me.

My Mac is tied up updating, and I believe this bug is not OS X Mavericks specific.

Tested Linux, remote server, master.