View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014496ParaView(No Category)public2014-01-02 11:322015-01-11 08:20
ReporterSebastien Jourdain 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.2Fixed in Version4.2 
Summary0014496: Trace does not detect sub-proxy change
DescriptionI 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()

# --------------------------------------
TagsNo tags attached.
ProjectSandia
Topic Name14496_fix_tracing_of_subproxies
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0032176)
Utkarsh Ayachit (administrator)
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 (administrator)
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 (manager)
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.

 Issue History
Date Modified Username Field Change
2014-01-02 11:32 Sebastien Jourdain New Issue
2014-01-02 11:32 Sebastien Jourdain Assigned To => Utkarsh Ayachit
2014-01-15 12:20 Utkarsh Ayachit Project TBD => Sandia
2014-01-15 12:20 Utkarsh Ayachit Topic Name => 14496_fix_tracing_of_subproxies
2014-01-15 12:20 Utkarsh Ayachit Note Added: 0032176
2014-01-15 12:20 Utkarsh Ayachit Status backlog => gatekeeper review
2014-01-15 12:20 Utkarsh Ayachit Fixed in Version => git-next
2014-01-15 12:20 Utkarsh Ayachit Resolution open => fixed
2014-01-20 10:00 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-01-20 10:01 Utkarsh Ayachit Status gatekeeper review => customer review
2014-01-20 10:01 Utkarsh Ayachit Note Added: 0032188
2014-02-04 21:47 Alan Scott Note Added: 0032273
2014-02-04 21:47 Alan Scott Status customer review => closed
2014-06-17 09:22 Utkarsh Ayachit Target Version => 4.2
2014-08-29 11:00 Utkarsh Ayachit Fixed in Version git-master => 4.2
2015-01-11 08:20 Utkarsh Ayachit Source_changeset_attached => ParaView master c8416a71
2015-01-11 08:20 Utkarsh Ayachit Source_changeset_attached => ParaView master 5c20d464


Copyright © 2000 - 2018 MantisBT Team